Skip to content

Commit

Permalink
Merge pull request thelounge#1240 from thelounge/astorije/better-run_…
Browse files Browse the repository at this point in the history
…pr-script

Improve the PR tester script a bit
  • Loading branch information
astorije committed Jun 20, 2017
2 parents 6eac8ef + d1994b3 commit 801d7c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run-pr.sh
Expand Up @@ -9,7 +9,8 @@ fi

git fetch https://github.com/thelounge/lounge.git refs/pull/${1}/head
git checkout FETCH_HEAD
git rebase master
npm install
npm run build
NODE_ENV=production npm run build
npm test || true
npm start

0 comments on commit 801d7c9

Please sign in to comment.