From e691c9b1c0e8d52d46d9033f9a811483b6fe019a Mon Sep 17 00:00:00 2001 From: sunerok Date: Sat, 2 Mar 2024 19:39:38 -0500 Subject: [PATCH] yarn start --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 995ad2908a..f3703a236d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -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