Skip to content

Commit

Permalink
Merge pull request #99 from Kerosene-Labs/build-home-screen
Browse files Browse the repository at this point in the history
trying to debug production error
  • Loading branch information
hlafaille authored Dec 22, 2024
2 parents 0dca489 + 9ae675f commit 4f87a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: cd src/main/svelte && npm i

- name: Build Distributable
run: cd src/main/svelte && NODE_ENV=develop npm run build
run: bash -c "cd src/main/svelte && source .env.develop && npm run build"

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: cd src/main/svelte && npm i

- name: Build Distributable
run: cd src/main/svelte && NODE_ENV=production npm run build
run: bash -c "cd src/main/svelte && source .env.production && npm run build"

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4f87a92

Please sign in to comment.