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