We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdc461 commit 5c15accCopy full SHA for 5c15acc
package.json
@@ -9,7 +9,7 @@
9
"bundle": "browserify -r ./lib/ajv.js:ajv -o ajv.bundle.js",
10
"build": "node scripts/compile-dots.js",
11
"test-browser": "scripts/prepare-tests && karma start --single-run --browsers PhantomJS",
12
- "test": "npm run build && npm run test-cov && npm run test-browser",
+ "test": "npm run test-cov && npm run test-browser",
13
"prepublish": "npm run build",
14
"watch": "watch 'npm run build' ./lib/dot"
15
},
0 commit comments