Skip to content

Commit 5c15acc

Browse files
committed
removed "build" from npm test
1 parent 0fdc461 commit 5c15acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bundle": "browserify -r ./lib/ajv.js:ajv -o ajv.bundle.js",
1010
"build": "node scripts/compile-dots.js",
1111
"test-browser": "scripts/prepare-tests && karma start --single-run --browsers PhantomJS",
12-
"test": "npm run build && npm run test-cov && npm run test-browser",
12+
"test": "npm run test-cov && npm run test-browser",
1313
"prepublish": "npm run build",
1414
"watch": "watch 'npm run build' ./lib/dot"
1515
},

0 commit comments

Comments
 (0)