ci: scripts
This commit is contained in:
parent
50be2aee39
commit
2d9ed06367
7 changed files with 2 additions and 2 deletions
2
.github/workflows/stats.yml
vendored
2
.github/workflows/stats.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
|
|
||||||
- name: Run stats script
|
- name: Run stats script
|
||||||
run: bun scripts/stats.ts
|
run: bun script/stats.ts
|
||||||
|
|
||||||
- name: Commit stats
|
- name: Commit stats
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"dev": "bun run packages/opencode/src/index.ts",
|
"dev": "bun run packages/opencode/src/index.ts",
|
||||||
"typecheck": "bun run --filter='*' typecheck",
|
"typecheck": "bun run --filter='*' typecheck",
|
||||||
"stainless": "./scripts/stainless",
|
"stainless": "./scripts/stainless",
|
||||||
"postinstall": "./scripts/hooks"
|
"postinstall": "./script/hooks"
|
||||||
},
|
},
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue