mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: skip prepack for gitpod (#1883)
This commit is contained in:
parent
a5f5e5e320
commit
c958f31d94
1 changed files with 6 additions and 1 deletions
|
@ -6,8 +6,13 @@ tasks:
|
|||
init: |
|
||||
pnpm i
|
||||
pnpm prepack
|
||||
cd packages/core
|
||||
pnpm build
|
||||
pnpm add-official-connectors
|
||||
cd -
|
||||
command: |
|
||||
ENDPOINT=$(gp url 3001) pnpm dev
|
||||
export ENDPOINT=$(gp url 3001)
|
||||
pnpm lerna --ignore=@logto/integration-test run --parallel dev
|
||||
env:
|
||||
ALL_YES: 1
|
||||
NO_INQUIRY: 0
|
||||
|
|
Loading…
Reference in a new issue