mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 11:29:22 -05:00
chore: upgrade turbo to version 2 (#2738)
This commit is contained in:
+2
-2
@@ -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