Fix auto-prefixer workflow

This commit is contained in:
Emruz Hossain 2021-05-19 01:02:45 +06:00 committed by GitHub
parent 5f293a8fcc
commit 8368869cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
- name: Run autoprefixer - name: Run autoprefixer
run: | run: |
npm install postcss-cli autoprefixer --save-dev npm install postcss postcss-cli autoprefixer --save-dev
npm run autoprefixer npm run autoprefixer
- name: Create Pull Request - name: Create Pull Request