diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 613fb935..f40a6999 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -104,7 +104,7 @@ jobs: run: yarn install --immutable --immutable-cache --check-cache - name: Build client working-directory: client - run: yarn run build --environment=production + run: yarn run build - name: Install netlify # Use npm over yarn because yarn was not respecting the exact version of a dependency run: npm i -g netlify-cli@11.8.3 diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 4ba26cfb..5f2a8564 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -97,7 +97,7 @@ jobs: run: yarn install - name: Build client working-directory: client - run: yarn run build --environment=production + run: yarn run build - name: Install netlify # Use npm over yarn because yarn was not respecting the exact version of a dependency run: npm i -g netlify-cli@11.8.3