Skip to content

Commit 2833401

Browse files
committed
Fix husky
1 parent 4225323 commit 2833401

File tree

2 files changed

+566
-11
lines changed

2 files changed

+566
-11
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"check": "bob check",
3333
"lint": "eslint --cache --ignore-path .gitignore .",
3434
"lint:prettier": "prettier --cache --check .",
35+
"postinstall": "husky install",
3536
"prebuild": "rimraf \"packages/**/dist/\"",
3637
"precommit": "lint-staged",
3738
"prerelease": "pnpm action",
@@ -92,7 +93,8 @@
9293
"smee-client": "2.0.2",
9394
"strip-ansi": "7.1.0",
9495
"typescript": "5.5.4",
95-
"vitest": "0.34.6"
96+
"vitest": "0.34.6",
97+
"wrangler": "4.2.0"
9698
},
9799
"sideEffects": false,
98100
"lint-staged": {
@@ -112,4 +114,4 @@
112114
"cross-spawn": "6.0.6"
113115
}
114116
}
115-
}
117+
}

0 commit comments

Comments
 (0)