Skip to content

Commit

Permalink
run linter inside of test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Jan 12, 2020
1 parent 3f4d724 commit 4acdeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"scripts": {
"lint": "xo",
"test": "npm run test:node && npm run test:browser",
"test": "npm run test:node && npm run test:browser && npm run lint",
"test:node": "istanbul cover _mocha -- test.js",
"test:browser": "karma start --single-run",
"test:coverage": "cat ./coverage/lcov.info | coveralls"
Expand All @@ -49,6 +49,6 @@
"main": "./src/index.js",
"browser": "./src/browser.js",
"engines": {
"node": ">=6.0"
"node": ">=6.0"
}
}

0 comments on commit 4acdeed

Please sign in to comment.