ci: scripts

This commit is contained in:
Dax Raad
2025-07-31 01:25:24 -04:00
parent 50be2aee39
commit 2d9ed06367
7 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
bun-version: latest
- name: Run stats script
run: bun scripts/stats.ts
run: bun script/stats.ts
- name: Commit stats
run: |

View File

@@ -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": [