Skip to content

Commit bc6d96f

Browse files
Ruben van LeeuwenDutchBen
authored andcommitted
1500: Remove deprecated husky command
1 parent 7be9559 commit bc6d96f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
echo "---------- Running TSC ----------"
52
npm run tsc
63

apps/wfo-ui

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "turbo run build",
1313
"packages:changeset": "changeset",
1414
"packages:publish": "turbo run build lint test && changeset publish",
15-
"prepare": "husky install && turbo run build --filter=./packages/*"
15+
"postinstall": "husky && turbo run build --filter=./packages/*"
1616
},
1717
"devDependencies": {
1818
"@changesets/cli": "^2.27.1",

0 commit comments

Comments
 (0)