chore: add npm commands for deploy

This commit is contained in:
DESKTOP-Q2JDODV\Admin
2021-06-29 17:09:05 +03:00
parent ba6865ebc8
commit 4033d631f9

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