Skip to content

Commit

Permalink
removed "build" from npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Aug 21, 2015
1 parent 0fdc461 commit 5c15acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"bundle": "browserify -r ./lib/ajv.js:ajv -o ajv.bundle.js",
"build": "node scripts/compile-dots.js",
"test-browser": "scripts/prepare-tests && karma start --single-run --browsers PhantomJS",
"test": "npm run build && npm run test-cov && npm run test-browser",
"test": "npm run test-cov && npm run test-browser",
"prepublish": "npm run build",
"watch": "watch 'npm run build' ./lib/dot"
},
Expand Down

0 comments on commit 5c15acc

Please sign in to comment.