chore: add npm commands for deploy

demo-blur
DESKTOP-Q2JDODV\Admin 2021-06-29 17:09:05 +03:00
parent ba6865ebc8
commit 4033d631f9
1 changed files with 3 additions and 0 deletions

View File

@ -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