Skip to content

Commit d7436f4

Browse files
bovas85TheAlexLichter
authored andcommitted
chore: fix commitlint & add detectOpenHandles (#7)
1 parent cb38a65 commit d7436f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"scripts": {
2323
"dev": "nuxt build --config-file test/fixture/configs/default.js",
2424
"lint": "eslint lib test",
25-
"test": "yarn run lint && jest",
25+
"test": "yarn run lint && jest --detectOpenHandles",
2626
"release": "standard-version && git push --follow-tags && npm publish",
27-
"commitlint": "commitlint -e $GIT_PARAMS",
27+
"commitlint": "commitlint -E HUSKY_GIT_PARAMS",
2828
"coverage": "codecov"
2929
},
3030
"eslintIgnore": [

0 commit comments

Comments
 (0)