Allow run-pr script to pass arguments to npm start

This commit is contained in:
Max Leiter 2017-10-24 11:23:18 -07:00
parent 40722601a2
commit 38c31a74a2

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 -- "$@"