Skip to content

Commit

Permalink
fix(build): fix installation issues by removing post install hook
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Nov 4, 2024
1 parent 782b131 commit bb44a1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"README.md"
],
"scripts": {
"postinstall": "tsc || exit 0;",
"typecheck": "tsc --noEmit",
"typescript": "tsc --noEmit false",
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
Expand Down

0 comments on commit bb44a1c

Please sign in to comment.