Compare commits

..

5 Commits

Author SHA1 Message Date
d7f00fc529 Update BUILD.yml 2026-03-09 14:37:46 -07:00
2f6bad6710 Refactor: use Bun in CI 2026-03-09 14:34:21 -07:00
ee92afc00b Chore: ignore bun lockfile 2026-03-09 14:31:06 -07:00
134fc61c6a Update BUILD.yml 2026-03-09 14:01:13 -07:00
e9f9b3fa5b Feat: Inline build script directly in repo 2026-03-09 13:56:01 -07:00
2 changed files with 13 additions and 7 deletions

View File

@@ -1,8 +1,13 @@
on:
push:
workflow_dispatch:
on: workflow_call
jobs:
call-npm-build:
uses: multipleof4/.github/.github/workflows/npm-build.yml@master
permissions:
contents: write
build-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
token: ${{secrets.GITHUB_TOKEN}}
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install && bun run build
- run: git config user.name github-actions[bot] && git config user.email 41898282+github-actions[bot]@users.noreply.github.com && git add . && git commit -m "This build was committed by a bot." && git push

1
.gitignore vendored
View File

@@ -23,3 +23,4 @@ dist-ssr
*.sw?
package-lock.json
bun.lock