diff options
| author | Dax Raad <[email protected]> | 2025-06-19 00:20:03 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-19 00:20:03 -0400 |
| commit | 3862184ccbe0f7a56e96fe7509da39f094931adb (patch) | |
| tree | 0391b3ba32b5fb05cf61a14ff45da122f2ab3d42 /package.json | |
| parent | 8619c50976be4e7385f2253eb6bfe468aef94abf (diff) | |
| download | opencode-3862184ccbe0f7a56e96fe7509da39f094931adb.tar.gz opencode-3862184ccbe0f7a56e96fe7509da39f094931adb.zip | |
hooks
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": [ |
