Skip to content

Commit fe3fee3

Browse files
committed
chore: remove preinstall & postinstall
1 parent 1328d50 commit fe3fee3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
"dist"
3333
],
3434
"scripts": {
35-
"preinstall": "npx only-allow pnpm",
36-
"postinstall": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || simple-git-hooks",
3735
"dev": "tsup --watch",
3836
"build": "tsup",
3937
"release": "pnpm build && node bin/index.js release",
@@ -79,4 +77,4 @@
7977
"picocolors": "^1.0.0",
8078
"semver": "^7.5.4"
8179
}
82-
}
80+
}

0 commit comments

Comments
 (0)