mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 02:34:21 +01:00
ci: scripts
This commit is contained in:
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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user