Allow run-pr script to pass arguments to npm start
This commit is contained in:
parent
40722601a2
commit
38c31a74a2
@ -13,4 +13,5 @@ git rebase master
|
|||||||
npm install
|
npm install
|
||||||
NODE_ENV=production npm run build
|
NODE_ENV=production npm run build
|
||||||
npm test || true
|
npm test || true
|
||||||
npm start
|
shift
|
||||||
|
npm start -- "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user