Fix auto-prefixer workflow (#321)

This commit is contained in:
Emruz Hossain
2021-05-19 01:07:42 +06:00
committed by GitHub
parent 5f293a8fcc
commit 3aa610538e
+1 -1
View File
@@ -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