Merge pull request #1662 from MaxLeiter/improved-run-pr

Allow run-pr script to pass arguments to npm start
This commit is contained in:
Pavel Djundik 2017-10-26 09:23:35 +03:00 committed by GitHub
commit 8a66c51b64
1 changed files with 2 additions and 1 deletions

View File

@ -13,4 +13,5 @@ git rebase master
npm install
NODE_ENV=production npm run build
npm test || true
npm start
shift
npm start -- "$@"