Skip to content

Commit

Permalink
update build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Feb 1, 2016
1 parent f7f631d commit 463efbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Dead simple Object schema validation",
"main": "lib/index.js",
"scripts": {
"test": "npm run build && karma start --single-run",
"tdd": "npm run build && karma start",
"test": "karma start --single-run",
"tdd": "karma start",
"clean": "rimaf ./lib/*",
"toc": "doctoc README.md --github",
"build": "babel src --out-dir lib && toc",
"build": "babel src --out-dir lib && npm run toc",
"release": "release"
},
"repository": {
Expand Down

0 comments on commit 463efbc

Please sign in to comment.