Skip to content

Commit 3674171

Browse files
committed
fix(package): remove pre/post install scripts that break package installation as a dependency
Closes #42
1 parent c771476 commit 3674171

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
}
4444
},
4545
"scripts": {
46-
"preinstall": "npx only-allow pnpm",
47-
"postinstall": "simple-git-hooks",
4846
"build": "rimraf dist && vite build && pnpm build-temp-types ",
4947
"build-temp-types": "tsc --emitDeclarationOnly -p ./tsconfig.types.json && api-extractor run && rimraf temp",
5048
"dev": "rimraf dist && vite",

0 commit comments

Comments
 (0)