mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-22 06:50:15 -06:00
chore: upgrade turbo to version 2 (#2738)
This commit is contained in:
@@ -48,8 +48,8 @@ COPY --from=builder /app/out/full/ .
|
||||
RUN touch /app/apps/web/.env
|
||||
|
||||
# Build the project
|
||||
RUN pnpm post-install --filter=web...
|
||||
RUN pnpm turbo run build --filter=web...
|
||||
RUN pnpm post-install --filter=@formbricks/web...
|
||||
RUN pnpm turbo run build --filter=@formbricks/web...
|
||||
|
||||
# Extract Prisma version
|
||||
RUN jq -r '.devDependencies.prisma' packages/database/package.json > /prisma_version.txt
|
||||
|
||||
Reference in New Issue
Block a user