Skip to content

Commit 234992e

Browse files
committed
build: limmit 1536MB when build
1 parent f0dc9d5 commit 234992e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"prepare": "husky install || true",
16-
"build": "nest build",
16+
"build": "NODE_OPTIONS=--max-old-space-size=1536 nest build",
1717
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
1818
"start": "nest start",
1919
"start:dev": "nest start --watch",

0 commit comments

Comments
 (0)