mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
ci: add official connectors for dev server (#1882)
This commit is contained in:
parent
52b9dd8569
commit
6a57dec6c8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy-dev.yml
vendored
4
.github/workflows/deploy-dev.yml
vendored
|
@ -20,6 +20,10 @@ jobs:
|
|||
- name: Build
|
||||
run: pnpm -- lerna run build --stream
|
||||
|
||||
- name: Add official connectors
|
||||
run: pnpm add-official-connectors
|
||||
working-directory: packages/core
|
||||
|
||||
# See warning in https://pnpm.io/cli/prune
|
||||
- name: Prune
|
||||
run: rm -rf node_modules packages/*/node_modules && pnpm i
|
||||
|
|
Loading…
Reference in a new issue