Fix run_pr.sh
script
`npm run build` is now mandatory.
This commit is contained in:
parent
ebfa3f936d
commit
5e046a963b
@ -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