Skip to content

Commit

Permalink
Added build bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto committed Mar 27, 2017
1 parent 9119eec commit 2eeb2b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -e

npm install
npm run compile
npm run lint
mvn clean install

0 comments on commit 2eeb2b0

Please sign in to comment.