Skip to content

Commit

Permalink
ci: don't lint examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mattallty committed Feb 26, 2017
1 parent 6fd0949 commit aabee81
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 @@ -4,7 +4,7 @@
"description": "A full-featured framework for building command line applications (cli) with node.js",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint lib tests examples",
"lint": "./node_modules/.bin/eslint lib tests",
"test": "./node_modules/mocha/bin/mocha --require ./tests/utils/bootstrap.js --full-trace --recursive -R mocha-unfunk-reporter tests/",
"test-watch": "npm run lint && ./node_modules/mocha/bin/mocha --require ./tests/utils/bootstrap.js --full-trace --watch --recursive -R mocha-unfunk-reporter tests/",
"coverage": "./node_modules/.bin/istanbul cover --include-all-sources true -x **/examples/**/* --print both ./node_modules/.bin/_mocha -- --require ./tests/utils/bootstrap.js -R spec --recursive tests/",
Expand Down

0 comments on commit aabee81

Please sign in to comment.