0
Fork 0
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:
Wang Sijie 2022-09-05 18:17:43 +08:00 committed by GitHub
parent 52b9dd8569
commit 6a57dec6c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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