Skip to content

Commit

Permalink
[#37] update husky version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Jul 5, 2024
1 parent 922b203 commit ecc14e9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 397 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
yarn test
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"prepare": "npx husky init",
"prepare": "husky",
"lint": "yarn codestyle && yarn typecheck",
"codestyle": "eslint . --fix",
"typecheck": "tsc --noEmit",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/cytoscape-dagre": "^2.3.1",
"@types/downloadjs": "^1.4.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.17.5",
"@types/node": "^20.14.9",
"@types/pluralize": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.0",
Expand Down Expand Up @@ -97,7 +97,7 @@
"pluralize": "^8.0.0",
"tailwindcss": "^3.2.4",
"vue": "^3.2.45",
"vue3-perfect-scrollbar": "^1.6.1",
"vue3-perfect-scrollbar": "^2.0.0",
"vue3-tabs-component": "^1.2.0"
}
}
Loading

0 comments on commit ecc14e9

Please sign in to comment.