Build updates
This commit is contained in:
parent
956c3b2584
commit
2d0cf352f1
2 changed files with 1 additions and 3 deletions
|
|
@ -196,7 +196,6 @@ zammad-docker-build:
|
|||
before_script:
|
||||
- export PATH="$PNPM_HOME:$PATH"
|
||||
script:
|
||||
- corepack enable && corepack prepare pnpm@9.15.4 --activate
|
||||
- pnpm add -g turbo
|
||||
- pnpm install --frozen-lockfile
|
||||
- turbo build --force --filter @link-stack/zammad-addon-*
|
||||
|
|
@ -219,7 +218,6 @@ zammad-standalone-docker-build:
|
|||
before_script:
|
||||
- export PATH="$PNPM_HOME:$PATH"
|
||||
script:
|
||||
- corepack enable && corepack prepare pnpm@9.15.4 --activate
|
||||
- pnpm add -g turbo
|
||||
- pnpm install --frozen-lockfile
|
||||
- turbo build --force --filter @link-stack/zammad-addon-*
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ COPY --from=node /usr/local/lib /usr/local/lib
|
|||
COPY --from=node /usr/local/include /usr/local/include
|
||||
COPY --from=node /usr/local/bin /usr/local/bin
|
||||
|
||||
# Prepare pnpm (corepack is already enabled in node:22-alpine)
|
||||
# Prepare pnpm (corepack symlinks already copied from node image)
|
||||
RUN corepack prepare pnpm@9.15.4 --activate
|
||||
|
||||
# Set up pnpm home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue