Browse Source

Fix auto-prefixer workflow (#321)

Emruz Hossain 4 years ago
parent
commit
3aa610538e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/autoprefixer.yml

+ 1 - 1
.github/workflows/autoprefixer.yml

@@ -17,7 +17,7 @@ jobs:
 
       - name: Run autoprefixer
         run: |
-          npm install postcss-cli autoprefixer --save-dev
+          npm install postcss postcss-cli autoprefixer --save-dev
           npm run autoprefixer
 
       - name: Create Pull Request