CI: build-only (no type-check)

This commit is contained in:
hueso
2026-03-02 02:12:26 -03:00
parent 95c3692bcb
commit ea5773c7d0

View File

@@ -22,7 +22,7 @@ jobs:
run: npm ci
- name: Build SPA
run: npm run build
run: npm run build-only
- name: Install Pinata CLI
if: secrets.PINATA_JWT != ''