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 cb38a65 commit d7436f4Copy full SHA for d7436f4
package.json
@@ -22,9 +22,9 @@
22
"scripts": {
23
"dev": "nuxt build --config-file test/fixture/configs/default.js",
24
"lint": "eslint lib test",
25
- "test": "yarn run lint && jest",
+ "test": "yarn run lint && jest --detectOpenHandles",
26
"release": "standard-version && git push --follow-tags && npm publish",
27
- "commitlint": "commitlint -e $GIT_PARAMS",
+ "commitlint": "commitlint -E HUSKY_GIT_PARAMS",
28
"coverage": "codecov"
29
},
30
"eslintIgnore": [
0 commit comments