CI
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-01-17 03:36:31 +01:00
parent 22c90f591b
commit 240c83eacb
3 changed files with 10 additions and 6 deletions

View File

@@ -18,7 +18,9 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build
run: |
cd packages/reffuse
bun run build
- name: Pack
run: |
cd packages/reffuse