We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d368804 commit 68afdebCopy full SHA for 68afdeb
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
11
"test-spec": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha -r ts-node/register \"test/**/*.spec.{ts,js}\" -R spec",
12
"test-cov": "nyc npm run test-spec",
13
- "test": "npm run build && npm run eslint && npm run test-cov"
+ "test": "npm run lint && npm run test-cov"
14
},
15
"nyc": {
16
"exclude": [
0 commit comments