Skip to content

Commit

Permalink
build: update husky prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 24, 2024
1 parent 8554263 commit 7a32c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"scripts": {
"build": "lerna run build",
"clean": "git clean -fdx",
"postinstall": "husky install",
"publish": "lerna publish from-git --yes",
"lint:check": "eslint",
"lint:fix": "eslint --fix",
"lint:staged": "npx lint-staged",
"test": "lerna run test",
"version": "lerna version"
"version": "lerna version",
"prepare": "husky install"
},
"type": "module",
"workspaces": [
Expand Down

0 comments on commit 7a32c66

Please sign in to comment.