Fix: pnpm install --ignore-scripts to skip build errors
This commit is contained in:
parent
cc068d02bf
commit
62144ff8ad
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ COPY package.json pnpm-lock.yaml ./
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile --ignore-scripts
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue