X Tutup
Skip to content

Commit 5c330ea

Browse files
committed
chore(publish): run router publish with additional memory
Closes angular#7408
1 parent 06eaaf0 commit 5c330ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish/npm_publish_router.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ROOT_DIR=$(cd $(dirname $0)/../..; pwd)
66
cd ${ROOT_DIR}
77

88
gulp clean
9-
gulp build.js buildRouter.dev
9+
node --max-old-space-size=6000 ./node_modules/.bin/gulp build.js buildRouter.dev
1010

1111
NPM_DIR=${ROOT_DIR}/dist/npm
1212
rm -fr ${NPM_DIR}

0 commit comments

Comments
 (0)
X Tutup