We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dc9d5 commit 234992eCopy full SHA for 234992e
package.json
@@ -13,7 +13,7 @@
13
},
14
"scripts": {
15
"prepare": "husky install || true",
16
- "build": "nest build",
+ "build": "NODE_OPTIONS=--max-old-space-size=1536 nest build",
17
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
18
"start": "nest start",
19
"start:dev": "nest start --watch",
0 commit comments