We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ebd2c commit df27810Copy full SHA for df27810
.github/workflows/production-cy.yml
@@ -31,6 +31,10 @@ jobs:
31
node-version: "${{ steps.nvm.outputs.NVMRC }}"
32
- name: Installing Dependencies
33
run: yarn install
34
+ - name: Installing bower
35
+ run: npm install -g bower
36
+ - name: Installing bower Dependencies
37
+ run: bower install
38
- name: Build
39
run: yarn build --env production
40
- name: Create temp Directory
0 commit comments