Skip to content

Commit

Permalink
Update this to be inline with the our internal standard for npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeFielden committed Sep 9, 2016
1 parent f6bc235 commit e4990c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"description": "Tests the input for correct and reasonable conditions, such as isObject, isFunction etc...",
"main": "./index.js",
"scripts": {
"buildClient": "browserify index.js -t [ babelify --presets [ es2015 ] ] --outfile ./dist/validityChecks.js -s __validityChecks",
"build:client": "npm run clean && browserify index.js -t [ babelify --presets [ es2015 ] ] --outfile ./dist/validityChecks.js -s __validityChecks",
"preversion": "npm run lint && npm run test && npm run buildClient",
"lint": "./node_modules/jscs/bin/jscs src -x",
"clean": "rm -rf ./dist/*",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha ./src/test --report lcovonly -- --recursive -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
Expand Down

0 comments on commit e4990c7

Please sign in to comment.