ci: add firefish-js to backend deps
This commit is contained in:
parent
287dcece57
commit
ff63089128
1 changed files with 2 additions and 1 deletions
|
@ -98,6 +98,7 @@ test:build:backend_ts_only:
|
|||
changes:
|
||||
paths:
|
||||
- packages/backend/**/*
|
||||
- packages/firefish-js/**/*
|
||||
- packages/megalodon/**/*
|
||||
when: always
|
||||
before_script:
|
||||
|
@ -115,7 +116,7 @@ test:build:backend_ts_only:
|
|||
- psql --host postgres --user "${POSTGRES_USER}" --dbname "${POSTGRES_DB}" --command 'CREATE EXTENSION pgroonga'
|
||||
script:
|
||||
- pnpm install --frozen-lockfile
|
||||
- pnpm --filter 'backend' --filter 'megalodon' run build:debug
|
||||
- pnpm --filter 'backend' --filter 'firefish-js' --filter 'megalodon' run build:debug
|
||||
- pnpm run migrate
|
||||
|
||||
test:build:client_only:
|
||||
|
|
Loading…
Reference in a new issue