Skip to content

Commit

Permalink
Enable verbose output for jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Apr 23, 2018
1 parent 5073766 commit 6280eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"clean": "rm -rf ./build/",
"jshint": "jshint src/**/*.js bin/*.js test/*.js test/**/*.js",
"jshint": "jshint --verbose src/**/*.js bin/*.js test/*.js test/**/*.js",
"release": "git push && git tag v$(jq -r .version package.json) && git push --tags && npm publish",
"test": "npm run jshint && npm run clean && mkdir -p build/test && cp -r test/data build/test/data && cd build/test && mocha ../../test/**/*.spec.js"
},
Expand Down

0 comments on commit 6280eee

Please sign in to comment.