ci: add firefish-js

This commit is contained in:
naskya 2024-05-08 04:49:13 +09:00
parent 34ed877f57
commit 8a00d82f36
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ client_build_test:
when: never
script:
- pnpm install --frozen-lockfile
- pnpm --filter 'client' --filter 'sw' run build:debug
- pnpm --filter 'firefish-js' --filter 'client' --filter 'sw' run build:debug
container_image_build:
stage: build