Fix auto-prefixer workflow (#321)
This commit is contained in:
parent
5f293a8fcc
commit
3aa610538e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autoprefixer.yml
vendored
2
.github/workflows/autoprefixer.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue