Skip to content

Commit

Permalink
Don't lint as part of test
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 7, 2019
1 parent 94ff934 commit d2ccc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
"lint": "eslint .",
"test": "mocha --require unexpected-markdown test/*.js `find documentation -name '*.md'` && npm run lint",
"ci": "npm test && npm run coverage",
"test": "mocha --require unexpected-markdown test/*.js `find documentation -name '*.md'`",
"ci": "npm test && npm run lint && npm run coverage",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",
"deploy-site": "deploy-site.sh"
Expand Down

0 comments on commit d2ccc01

Please sign in to comment.