Fix run_pr.sh script

`npm run build` is now mandatory.
This commit is contained in:
Jérémie Astori 2017-02-12 17:33:46 -05:00
parent ebfa3f936d
commit 5e046a963b

View file

@ -10,5 +10,6 @@ fi
git fetch https://github.com/thelounge/lounge.git refs/pull/${1}/head
git checkout FETCH_HEAD
npm install
npm run build
npm test || true
npm start