fix: dockerfile package scope renaming
This commit is contained in:
@@ -33,10 +33,10 @@ COPY packages ./packages
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
# Generate SvelteKit type definitions (creates .svelte-kit/tsconfig.json)
|
||||
RUN pnpm --filter @sexy.pivoine.art/frontend exec svelte-kit sync
|
||||
RUN pnpm --filter @sexy/frontend exec svelte-kit sync
|
||||
|
||||
# Build frontend
|
||||
RUN pnpm --filter @sexy.pivoine.art/frontend build
|
||||
RUN pnpm --filter @sexy/frontend build
|
||||
|
||||
# Prune dev dependencies for production
|
||||
RUN CI=true pnpm install -rP
|
||||
|
||||
Reference in New Issue
Block a user