Skip to content

Commit

Permalink
chore(publish): run router publish with additional memory
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Mar 22, 2016
1 parent 06eaaf0 commit 5c330ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish/npm_publish_router.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ROOT_DIR=$(cd $(dirname $0)/../..; pwd)
cd ${ROOT_DIR}

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

NPM_DIR=${ROOT_DIR}/dist/npm
rm -fr ${NPM_DIR}
Expand Down

0 comments on commit 5c330ea

Please sign in to comment.