Skip to content

Commit 14d53d7

Browse files
committed
[pkg] Do not run the lint script before the test script
1 parent c02a4b7 commit 14d53d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"lib/*.js"
2727
],
2828
"scripts": {
29-
"test": "npm run lint && nyc --reporter=html --reporter=text mocha --throw-deprecation test/*.test.js",
30-
"integration": "npm run lint && mocha --throw-deprecation test/*.integration.js",
29+
"test": "nyc --reporter=html --reporter=text mocha --throw-deprecation test/*.test.js",
30+
"integration": "mocha --throw-deprecation test/*.integration.js",
3131
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\""
3232
},
3333
"peerDependencies": {

0 commit comments

Comments
 (0)