Skip to content

Commit

Permalink
fix(package): remove pre/post install scripts that break package inst…
Browse files Browse the repository at this point in the history
…allation as a dependency

Closes #42
  • Loading branch information
freddy38510 committed Sep 23, 2022
1 parent c771476 commit 3674171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
}
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"build": "rimraf dist && vite build && pnpm build-temp-types ",
"build-temp-types": "tsc --emitDeclarationOnly -p ./tsconfig.types.json && api-extractor run && rimraf temp",
"dev": "rimraf dist && vite",
Expand Down

0 comments on commit 3674171

Please sign in to comment.