Skip to content

Commit

Permalink
Re-add packing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonserrano committed Apr 30, 2017
1 parent ebbb570 commit 357fd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"test": "test"
},
"scripts": {
"test": "karma start --single-run",
"test": "npm run pack && karma start --single-run",
"pack": "babili jamon.js --out-file jamon.min.js",
"start": "karma start"
"start": "npm run pack -- --watch & karma start"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 357fd16

Please sign in to comment.