Skip to content

Commit

Permalink
fail integration test if any subcommand fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Jan 15, 2019
1 parent 3c0c18d commit e1c1f6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/integration.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

# Setup
npm run prepublishOnly
npm pack
npm run postpublish
Expand All @@ -8,5 +9,9 @@ cd integration
npm install
npm install ./boardgame.io-*.tgz
rm ./boardgame.io-*.tgz

set -e

# Test
npm test
npm run build

0 comments on commit e1c1f6b

Please sign in to comment.