Skip to content

Commit

Permalink
Merge pull request #1240 from thelounge/astorije/better-run_pr-script
Browse files Browse the repository at this point in the history
Improve the PR tester script a bit
  • Loading branch information
astorije committed Jun 20, 2017
2 parents 32a73d4 + 211d2e5 commit 5cbf847
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 5cbf847

Please sign in to comment.