Skip to content

Commit 463efbc

Browse files
committed
update build cmd
1 parent f7f631d commit 463efbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "Dead simple Object schema validation",
55
"main": "lib/index.js",
66
"scripts": {
7-
"test": "npm run build && karma start --single-run",
8-
"tdd": "npm run build && karma start",
7+
"test": "karma start --single-run",
8+
"tdd": "karma start",
99
"clean": "rimaf ./lib/*",
1010
"toc": "doctoc README.md --github",
11-
"build": "babel src --out-dir lib && toc",
11+
"build": "babel src --out-dir lib && npm run toc",
1212
"release": "release"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)