diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d1e51278d..3120b1f8f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dev": "bun run packages/opencode/src/index.ts", "typecheck": "bun run --filter='*' typecheck", "stainless": "./scripts/stainless", - "postinstall": "./scripts/hooks" + "postinstall": "./script/hooks" }, "workspaces": { "packages": [ |
