Skip to content

Commit

Permalink
Fix run_pr.sh script
Browse files Browse the repository at this point in the history
`npm run build` is now mandatory.
  • Loading branch information
astorije committed Feb 12, 2017
1 parent ebfa3f9 commit 5e046a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5e046a9

Please sign in to comment.