Skip to content

Commit

Permalink
chore: prepare upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
drabodan committed Feb 6, 2024
1 parent 71f5319 commit f008bb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:prettier": "prettier --list-different .",
"lint:js": "eslint --cache .",
"lint": "npm-run-all -l -p \"lint:**\"",
"prepare": "husky install",
"prepare": "husky",
"release": "standard-version --commit-all",
"security": "npm audit"
},
Expand Down

0 comments on commit f008bb0

Please sign in to comment.