Skip to content

Commit 98ce465

Browse files
committed
tools: fix update-undici script
The `build:node` npm script now expects esbuild to be installed and bin-linked. Closes: #56061 PR-URL: #56069 Fixes: #56061 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 3852b5c commit 98ce465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep_updaters/update-undici.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ cd "$ROOT"
8080

8181
# Rebuild components from source
8282
rm lib/llhttp/llhttp*.*
83-
"$NODE" "$NPM" install --no-bin-link --ignore-scripts
83+
"$NODE" "$NPM" install --ignore-scripts
8484
"$NODE" "$NPM" run build:wasm > lib/llhttp/wasm_build_env.txt
8585
"$NODE" "$NPM" run build:node
8686
"$NODE" "$NPM" prune --production

0 commit comments

Comments
 (0)