Skip to content

Commit cc531d1

Browse files
committed
feat: delete NODE_OPTIONS
1 parent 27508e8 commit cc531d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev:docs": "pnpm -F opentiny-docs start",
77
"dev:engine": "pnpm -F tiny-engine-portal dev",
88
"build:common": "pnpm -F opentiny-design-common build:open",
9-
"build": "NODE_OPTIONS=--max_old_space_size=6144 pnpm -F opentiny-design-home build",
9+
"build": "pnpm -F opentiny-design-home build",
1010
"build:engine": "pnpm -F tiny-engine-portal build:open"
1111
}
1212
}

0 commit comments

Comments
 (0)