mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +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 fetch https://github.com/thelounge/lounge.git refs/pull/${1}/head
|
||||||
git checkout FETCH_HEAD
|
git checkout FETCH_HEAD
|
||||||
|
git rebase master
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
NODE_ENV=production npm run build
|
||||||
npm test || true
|
npm test || true
|
||||||
npm start
|
npm start
|
||||||
|
|
Loading…
Reference in a new issue