Skip to content

Commit

Permalink
CircleCI: npm install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Feb 8, 2016
1 parent 5f6b50d commit 243b86b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ checkout:
- git submodule sync
- git submodule update --init
# package voxel-clientmc
- npm install
- (cd app && npm install)
- ./app/node_modules/.bin/browserify app/app.js > app/wsmc/src/main/resources/www/bundle.js
# build wsmc/Java
- (cd app/wsmc; mvn package)
# build wsmc/Java with the bundled voxel-clientmc
- (cd app/wsmc && mvn package)

test:
post:
Expand Down

0 comments on commit 243b86b

Please sign in to comment.