Explorar el Código

Fix auto-prefixer workflow (#321)

Emruz Hossain hace 4 años
padre
commit
3aa610538e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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