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

This commit is contained in:
Julien Valverdé
2025-01-17 00:19:27 +01:00
parent 5c6d778612
commit 22c90f591b
2 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: npm run build
run: bun run build
- name: Pack
run: npm pack --dry-run
run: |
cd packages/reffuse
npm pack --dry-run