1 parent 50be2ae commit 2d9ed06Copy full SHA for 2d9ed06
7 files changed
.github/workflows/stats.yml
@@ -21,7 +21,7 @@ jobs:
21
bun-version: latest
22
23
- name: Run stats script
24
- run: bun scripts/stats.ts
+ run: bun script/stats.ts
25
26
- name: Commit stats
27
run: |
package.json
@@ -8,7 +8,7 @@
8
"dev": "bun run packages/opencode/src/index.ts",
9
"typecheck": "bun run --filter='*' typecheck",
10
"stainless": "./scripts/stainless",
11
- "postinstall": "./scripts/hooks"
+ "postinstall": "./script/hooks"
12
},
13
"workspaces": {
14
"packages": [
scripts/hooks script/hooksscripts/hooks renamed to script/hooks
scripts/hooks.bat script/hooks.batscripts/hooks.bat renamed to script/hooks.bat
scripts/publish.ts script/publish.tsscripts/publish.ts renamed to script/publish.ts
scripts/release script/releasescripts/release renamed to script/release
scripts/stats.ts script/stats.tsscripts/stats.ts renamed to script/stats.ts
0 commit comments