chore: add npm commands for deploy
parent
ba6865ebc8
commit
4033d631f9
|
@ -19,6 +19,9 @@ jobs:
|
||||||
ref: demo-blur
|
ref: demo-blur
|
||||||
- name: npm install, gulp, build
|
- name: npm install, gulp, build
|
||||||
run: |
|
run: |
|
||||||
|
npm config set spin false
|
||||||
|
npm install -g npm@3
|
||||||
|
npm install -g gulp
|
||||||
npm install -g bower
|
npm install -g bower
|
||||||
npm install
|
npm install
|
||||||
gulp build
|
gulp build
|
||||||
|
|
Loading…
Reference in New Issue