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