Skip to content

Commit e3f68c7

Browse files
committedOct 10, 2021
[pkg] Do not run the lint script before the test script
1 parent 51893c9 commit e3f68c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prettier": "^2.0.2"
3636
},
3737
"scripts": {
38-
"test": "npm run lint && c8 --reporter=lcov --reporter=text mocha",
38+
"test": "c8 --reporter=lcov --reporter=text mocha",
3939
"watch": "mocha -w",
4040
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,ts,yaml,yml}\"",
4141
"prepare": "husky install"

0 commit comments

Comments
 (0)
Please sign in to comment.