Skip to content

Commit cd6771f

Browse files
committed
Migrate from Husky v8 to v9
1 parent e3f1839 commit cd6771f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npm test

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test": "standard && npm run ts:lint && env TZ=UTC jest",
3434
"fix": "standard --fix",
3535
"ts:lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
36-
"prepare": "husky install",
36+
"prepare": "husky",
3737
"refresh": "rm -rf node_modules/ && rm package-lock.json && npm i",
3838
"browserify": "browserify lib/variable-management.js --standalone variableMgmt -o settings/variable-management.js",
3939
"homey-build": "npm run browserify && npm run test && homey app build",

0 commit comments

Comments
 (0)