Skip to content

Commit

Permalink
Update main_vectrflowwa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vgees authored Nov 8, 2023
1 parent f601994 commit 7c449e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_vectrflowwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: yarn install, build, and start
run: |
yarn install
yarn build --if-present
yarn start --if-present
yarn build
yarn start
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down

0 comments on commit 7c449e8

Please sign in to comment.