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

@@ -23,6 +23,7 @@ jobs:
run: npm run build
- name: Publish
run: |
cd packages/reffuse
npm config set @thilawyn:registry https://git.valverde.cloud/api/packages/thilawyn/npm/
npm config set -- //git.valverde.cloud/api/packages/thilawyn/npm/:_authToken "${{ vars.NODE_AUTH_TOKEN }}"
npm publish

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