mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 22:10:22 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue