Merge pull request #919 from thelounge/astorije/fix-run_pr-script
Fix `run_pr.sh` script
This commit is contained in:
commit
d2323e12e2
@ -10,5 +10,6 @@ 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
|
||||||
npm install
|
npm install
|
||||||
|
npm run build
|
||||||
npm test || true
|
npm test || true
|
||||||
npm start
|
npm start
|
||||||
|
Loading…
Reference in New Issue
Block a user