浏览代码

Fix auto-prefixer workflow (#321)

Emruz Hossain 4 年之前
父节点
当前提交
3aa610538e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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