Skip to content

Commit

Permalink
fix: CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
imransilvake committed Oct 18, 2020
1 parent 22ea01a commit 815a22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: steps.yarn-cache-node-modules.outputs.cache-hit != 'true'
run: |
yarn install
run: yarn build.app.prod
yarn build.app.prod
- name: Deploy to netlify
uses: nwtgck/[email protected]
Expand Down

0 comments on commit 815a22e

Please sign in to comment.