From: Angelo Rodrigues Date: Wed, 25 Jan 2023 15:09:14 +0000 (-0500) Subject: bug: install all dependencies before build X-Git-Url: https://git.xangelo.ca/?p=apps%2Foutliner%2F.git;a=commitdiff_plain;h=c540be48000d06b0fd68a45eba215ad3b3183c93 bug: install all dependencies before build --- diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 44320d0..274888e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -36,7 +36,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18.7.0 - - run: NODE_ENV=production npm i + - run: npm i - run: ENVIRONMENT=production npm run build - name: Upload artifact uses: actions/upload-pages-artifact@v1