Commit 647bcfc
committed
Skip dependency lifecycle scripts in Docker build
pnpm 11 (used by 'pnpm@latest' in the Dockerfile) treats ignored
build scripts as a hard error rather than the warning pnpm 10
produced, blocking the Docker build on esbuild's postinstall.
Pass --ignore-scripts to explicitly skip dependency lifecycle
scripts (esbuild's per-platform binaries are already provided by
its @esbuild/* sub-packages, so its postinstall is not required).1 parent 01aacdf commit 647bcfc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments