We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4225323 commit 2833401Copy full SHA for 2833401
package.json
@@ -32,6 +32,7 @@
32
"check": "bob check",
33
"lint": "eslint --cache --ignore-path .gitignore .",
34
"lint:prettier": "prettier --cache --check .",
35
+ "postinstall": "husky install",
36
"prebuild": "rimraf \"packages/**/dist/\"",
37
"precommit": "lint-staged",
38
"prerelease": "pnpm action",
@@ -92,7 +93,8 @@
92
93
"smee-client": "2.0.2",
94
"strip-ansi": "7.1.0",
95
"typescript": "5.5.4",
- "vitest": "0.34.6"
96
+ "vitest": "0.34.6",
97
+ "wrangler": "4.2.0"
98
},
99
"sideEffects": false,
100
"lint-staged": {
@@ -112,4 +114,4 @@
112
114
"cross-spawn": "6.0.6"
113
115
}
116
-}
117
+}
0 commit comments