We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f631d commit 463efbcCopy full SHA for 463efbc
package.json
@@ -4,11 +4,11 @@
4
"description": "Dead simple Object schema validation",
5
"main": "lib/index.js",
6
"scripts": {
7
- "test": "npm run build && karma start --single-run",
8
- "tdd": "npm run build && karma start",
+ "test": "karma start --single-run",
+ "tdd": "karma start",
9
"clean": "rimaf ./lib/*",
10
"toc": "doctoc README.md --github",
11
- "build": "babel src --out-dir lib && toc",
+ "build": "babel src --out-dir lib && npm run toc",
12
"release": "release"
13
},
14
"repository": {
0 commit comments