Skip to content

Commit

Permalink
ci: build job should build for production
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper573 committed Jul 4, 2024
1 parent 1ce9675 commit 7b0c178
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- uses: ./.github/workflows/composites/install/
- run: pnpm build
env:
# We can only build for development in CI,
# since production settings and builds are handled externally (e.g. by Vercel).
# This CI job is only for sanity testing the build process in the CI.
NODE_ENV: development
NODE_ENV: production
# No additional application specific environment variables should be provided here or in the CI.
# Application environment variables should be provided by the external deployment build system.
# (Providing no environment variables here also ensures that all apps support being built with zero config)
- run: pnpm typecheck

0 comments on commit 7b0c178

Please sign in to comment.