We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ba672 commit deeb52bCopy full SHA for deeb52b
1 file changed
scripts/publish/npm_publish_router.sh
@@ -6,7 +6,7 @@ ROOT_DIR=$(cd $(dirname $0)/../..; pwd)
6
cd ${ROOT_DIR}
7
8
gulp clean
9
-gulp build.js buildRouter.dev
+node --max-old-space-size=6000 ./node_modules/.bin/gulp build.js buildRouter.dev
10
11
NPM_DIR=${ROOT_DIR}/dist/npm
12
rm -fr ${NPM_DIR}
0 commit comments