Browse Source

Fix auto-prefixer workflow (#321)

Emruz Hossain 4 năm trước cách đây
mục cha
commit
3aa610538e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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