Skip to content

Commit 6f74a01

Browse files
committed
bower install
1 parent d7ebd2c commit 6f74a01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/production-cy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
node-version: "${{ steps.nvm.outputs.NVMRC }}"
3232
- name: Installing Dependencies
3333
run: yarn install
34+
- name: Installing bower
35+
run: yarn add bower
36+
- name: Installing bower Dependencies
37+
run: bower install
3438
- name: Build
3539
run: yarn build --env production
3640
- name: Create temp Directory

0 commit comments

Comments
 (0)