fix: ci
Some checks failed
ci / build (push) Failing after 11s
ci / publish (push) Has been skipped

This commit is contained in:
Matthew McPeak 2026-06-17 16:24:33 -04:00
parent cb3bb16eab
commit b82bdeeb35
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -31,7 +31,6 @@ jobs:
printf '@nychthemeron:registry=https://git.mcpeakdev.com/api/packages/McPeakDev/npm/\n//git.mcpeakdev.com/api/packages/McPeakDev/npm/:_authToken=%s\n' "$BUN_AUTH_TOKEN" > .npmrc
bun install --frozen-lockfile
rm .npmrc
working-directory: ui
env:
BUN_AUTH_TOKEN: ${{ secrets.BUN_AUTH_TOKEN }}