diff options
| author | Dax Raad <[email protected]> | 2025-07-31 01:25:24 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-07-31 01:25:24 -0400 |
| commit | 2d9ed06367516daa184ecf70bb0b2451c06da8d1 (patch) | |
| tree | e735b78999853aa52d77240a4be7d32e0d09556e | |
| parent | 50be2aee39289b7e05299e61d53478736ab914cc (diff) | |
| download | opencode-2d9ed06367516daa184ecf70bb0b2451c06da8d1.tar.gz opencode-2d9ed06367516daa184ecf70bb0b2451c06da8d1.zip | |
ci: scripts
| -rw-r--r-- | .github/workflows/stats.yml | 2 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rwxr-xr-x | script/hooks (renamed from scripts/hooks) | 0 | ||||
| -rw-r--r-- | script/hooks.bat (renamed from scripts/hooks.bat) | 0 | ||||
| -rwxr-xr-x | script/publish.ts (renamed from scripts/publish.ts) | 0 | ||||
| -rwxr-xr-x | script/release (renamed from scripts/release) | 0 | ||||
| -rwxr-xr-x | script/stats.ts (renamed from scripts/stats.ts) | 0 |
7 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 188996aa9..8ad02d251 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -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: | 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": [ diff --git a/scripts/hooks b/script/hooks index 4597c6f41..4597c6f41 100755 --- a/scripts/hooks +++ b/script/hooks diff --git a/scripts/hooks.bat b/script/hooks.bat index 52d690100..52d690100 100644 --- a/scripts/hooks.bat +++ b/script/hooks.bat diff --git a/scripts/publish.ts b/script/publish.ts index 13716b014..13716b014 100755 --- a/scripts/publish.ts +++ b/script/publish.ts diff --git a/scripts/release b/script/release index 631cd5a7b..631cd5a7b 100755 --- a/scripts/release +++ b/script/release diff --git a/scripts/stats.ts b/script/stats.ts index bce211855..bce211855 100755 --- a/scripts/stats.ts +++ b/script/stats.ts |
