We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd40708 commit e3a4178Copy full SHA for e3a4178
1 file changed
package.json
@@ -24,6 +24,8 @@
24
"dist"
25
],
26
"scripts": {
27
+ "preinstall": "npx only-allow pnpm",
28
+ "postinstall": "simple-git-hooks",
29
"cli": "tsx src/cli/index.ts",
30
"cli:watch": "tsx watch src/cli/index.ts",
31
"build": "unbuild",
@@ -35,7 +37,6 @@
35
37
"check:lint": "eslint .",
36
38
"check:format": "prettier --check .",
39
"taze": "taze -I",
- "prepare": "simple-git-hooks",
40
"release": "bumpp"
41
},
42
"dependencies": {
0 commit comments