Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: fixing commitlint and adding detectOpenHandles
  • Loading branch information
bovas85 committed Oct 24, 2018
commit f113ae69e35ec51c850586a45867df94b06733b5
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"scripts": {
"dev": "nuxt build --config-file test/fixture/configs/default.js",
"lint": "eslint lib test",
"test": "yarn run lint && jest",
"test": "yarn run lint && jest --detectOpenHandles",
"release": "standard-version && git push --follow-tags && npm publish",
"commitlint": "commitlint -e $GIT_PARAMS",
"commitlint": "commitlint -e",
"coverage": "codecov"
},
"eslintIgnore": [
Expand Down