Skip to content

Commit 69b91e4

Browse files
committed
chore: remove npm hook
1 parent 91f374a commit 69b91e4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/tailwindcss-patch/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
"dev:tsc": "tsc -p tsconfig.json --sourceMap",
1919
"build:tsc": "tsc -p tsconfig.json",
2020
"test": "npm run patch && jest",
21-
"prepare": "echo prepare",
22-
"postinstall": "echo postinstall",
23-
"preinstall": "npx only-allow pnpm",
2421
"patch": "ts-node src/cli.ts"
2522
},
2623
"keywords": [

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
"dev:tsc": "tsc -p tsconfig.json --sourceMap",
5353
"build:tsc": "tsc -p tsconfig.json",
5454
"test": "jest",
55-
"preinstall": "npx only-allow pnpm",
56-
"prepare": "tw-patch"
55+
"_prepare": "tw-patch"
5756
},
5857
"files": [
5958
"dist"

0 commit comments

Comments
 (0)