We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa15ea commit a8a9506Copy full SHA for a8a9506
package.json
@@ -90,7 +90,7 @@
90
"preinstall": "npm run scaffold-install",
91
"build-site": "rm -rf _site && npm run bisheng-build",
92
"gh-pages": "gh-pages -d _site",
93
- "site": "npm run build-site && npm run gh-pages",
+ "site": "cross-env NODE_OPTIONS=--max-old-space-size=4096 npm run build-site && npm run gh-pages",
94
"components-publish": "./tool/bin/let -c && cd ./config/components && npm publish",
95
"components-build": "./tool/bin/let -c && cd ./config/components",
96
"clean": "rm -rf node_modules && cd ./scaffold && rm -rf node_modules",
0 commit comments