fix: enable all build scripts in .npmrc
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
enable-pre-post-scripts=true
|
||||
onlyBuiltDependencies[]=@prisma/client
|
||||
onlyBuiltDependencies[]=@prisma/engines
|
||||
onlyBuiltDependencies[]=esbuild
|
||||
onlyBuiltDependencies[]=prisma
|
||||
only-built-dependencies=true
|
||||
@@ -4,8 +4,6 @@ FROM node:22-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENV PNPM_APPROVE_BUILDS=*
|
||||
|
||||
COPY package.json pnpm-lock.yaml .npmrc ./
|
||||
RUN corepack enable && pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user