Skip to content

Commit

Permalink
Add explicit NODE_ENV when installing application
Browse files Browse the repository at this point in the history
  • Loading branch information
khshourov committed Nov 3, 2024
1 parent 40ad52a commit 149e67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:e2e": "scripts/run-e2e",
"ci": "yarn run build && yarn run lint && yarn run check-format && yarn run test",
"app:build": "yarn run gulp",
"app:install": "yarn run gulp && yarn run migration:run"
"app:install": "NODE_ENV=production yarn run gulp && yarn run migration:run"
},
"dependencies": {
"@nestjs/common": "^10.0.0",
Expand Down

0 comments on commit 149e67a

Please sign in to comment.