chore: add command to install bower

demo-blur
DESKTOP-Q2JDODV\Admin 2021-06-29 17:05:29 +03:00
parent d30b3b666b
commit ba6865ebc8
1 changed files with 2 additions and 1 deletions

View File

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