Skip to content

Commit

Permalink
fix: remove extra export before NODE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Apr 26, 2024
1 parent d5fb98c commit db32eb7
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 @@ -9,7 +9,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "export NODE_OPTIONS=--max_old_space_size=8192 && node dist/src/main --trace-warnings --sync --sub-fin-head",
"start:prod": "NODE_OPTIONS=--max_old_space_size=8192 node dist/src/main --trace-warnings --sync --sub-fin-head",
"test": "jest --detectOpenHandles --forceExit",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
Expand Down

0 comments on commit db32eb7

Please sign in to comment.