Skip to content

Commit 2f5b75a

Browse files
committed
chore: remove unused postinstall script
1 parent 510e593 commit 2f5b75a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/waku/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
"dev": "swc src -d dist -w",
5959
"compile": "rm -rf dist && pnpm run compile:code && pnpm run compile:types",
6060
"compile:code": "swc src -d dist && swc src -d dist/cjs -C module.type=commonjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
61-
"compile:types": "tsc --project tsconfig.build.json",
62-
"postinstall": "(cd node_modules/vite && patch -p1 -i ../../patches/[email protected]) || (cd ../vite && patch -p1 -i ../waku/patches/[email protected]) || true"
61+
"compile:types": "tsc --project tsconfig.build.json"
6362
},
6463
"license": "MIT",
6564
"engines": {

0 commit comments

Comments
 (0)