Skip to content

Commit

Permalink
Checks that the webpack builds are working properly (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis authored and bestander committed Apr 7, 2017
1 parent bdec717 commit 2f50ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ test:
- yarn check-lockfile
- yarn build-dist
- node ./scripts/build-webpack.js
- ls -t1 artifacts | head -n2 | while read entry; do node "./artifacts/$entry" --version; done
- ./scripts/build-deb.sh
# Test that installing as root works and that it also works
# behind a user namespace which Circle CI tests are run under
Expand Down

0 comments on commit 2f50ad6

Please sign in to comment.