Skip to content

Commit a8a9506

Browse files
committed
1 parent 1aa15ea commit a8a9506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"preinstall": "npm run scaffold-install",
9191
"build-site": "rm -rf _site && npm run bisheng-build",
9292
"gh-pages": "gh-pages -d _site",
93-
"site": "npm run build-site && npm run gh-pages",
93+
"site": "cross-env NODE_OPTIONS=--max-old-space-size=4096 npm run build-site && npm run gh-pages",
9494
"components-publish": "./tool/bin/let -c && cd ./config/components && npm publish",
9595
"components-build": "./tool/bin/let -c && cd ./config/components",
9696
"clean": "rm -rf node_modules && cd ./scaffold && rm -rf node_modules",

0 commit comments

Comments
 (0)