Update build

This commit is contained in:
ChrisDill 2023-09-09 09:00:35 +01:00
parent 09985e245a
commit 7ba9068f0b
2 changed files with 8 additions and 3 deletions

View File

@ -14,17 +14,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 🔧 Setup bun
uses: https://github.com/oven-sh/setup-bun@v1
with:
bun-version: "1.0.0"
- name: 🧱 Install node packages
- name: 🧱 Install packages
run: bun i
- name: ✅ svelte-check
- name: ✅ Check project
run: bun run check
- name: 🔨 Build project
run: bun run build
- name: upload artifact
- name: Upload artifact
run: |
tar -czf build.tar.gz build
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \

BIN
bun.lockb

Binary file not shown.