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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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