chore: add command to install bower
parent
d30b3b666b
commit
ba6865ebc8
|
@ -17,8 +17,9 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: demo-blur
|
ref: demo-blur
|
||||||
- name: npm install, build
|
- name: npm install, gulp, build
|
||||||
run: |
|
run: |
|
||||||
|
npm install -g bower
|
||||||
npm install
|
npm install
|
||||||
gulp build
|
gulp build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue