Merge pull request #919 from thelounge/astorije/fix-run_pr-script

Fix `run_pr.sh` script
This commit is contained in:
Pavel Djundik 2017-02-17 16:30:39 +02:00 committed by GitHub
commit d2323e12e2

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