mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Merge pull request #1240 from thelounge/astorije/better-run_pr-script
Improve the PR tester script a bit
This commit is contained in:
commit
5cbf847c4a
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ fi
|
|||
|
||||
git fetch https://github.com/thelounge/lounge.git refs/pull/${1}/head
|
||||
git checkout FETCH_HEAD
|
||||
git rebase master
|
||||
npm install
|
||||
npm run build
|
||||
NODE_ENV=production npm run build
|
||||
npm test || true
|
||||
npm start
|
||||
|
|
Loading…
Reference in a new issue