Skip to content

Commit

Permalink
yarn start
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 3, 2024
1 parent 77cd0b4 commit e691c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
shell: bash -l {0}
run: nvm use && yarn install && yarn create react-app vergecurrency.com
run: nvm use && yarn install && yarn create react-app vergecurrency.com && cd vergecurrency.com && yarn start

- name: Upload site
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e691c9b

Please sign in to comment.