diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index ba8d8f6de..ed4fcdeda 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "type": "module", "packageManager": "[email protected]", "scripts": { - "typecheck": "bun run --filter='*' typecheck" + "typecheck": "bun run --filter='*' typecheck", + "postinstall": "./scripts/hooks" }, "workspaces": { "packages": [ |
