mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
tools: update minimatch index path
PR-URL: https://github.com/nodejs/node/pull/52523 Fixes: https://github.com/nodejs/node/issues/52520 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
parent
0db38f0f99
commit
0debfa460f
@ -54,7 +54,7 @@ cd package
|
||||
|
||||
"$NODE" "$NPM" install esbuild --save-dev
|
||||
|
||||
"$NODE" "$NPM" pkg set scripts.node-build="esbuild ./dist/cjs/index.js --bundle --platform=node --outfile=index.js"
|
||||
"$NODE" "$NPM" pkg set scripts.node-build="esbuild ./dist/commonjs/index.js --bundle --platform=node --outfile=index.js"
|
||||
|
||||
"$NODE" "$NPM" run node-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user