Merge pull request #1662 from MaxLeiter/improved-run-pr
Allow run-pr script to pass arguments to npm start
This commit is contained in:
commit
8a66c51b64
@ -13,4 +13,5 @@ git rebase master
|
||||
npm install
|
||||
NODE_ENV=production npm run build
|
||||
npm test || true
|
||||
npm start
|
||||
shift
|
||||
npm start -- "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user