Skip to content

Commit 0debfa4

Browse files
tools: update minimatch index path
PR-URL: nodejs#52523 Fixes: nodejs#52520 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 0db38f0 commit 0debfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep_updaters/update-minimatch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cd package
5454

5555
"$NODE" "$NPM" install esbuild --save-dev
5656

57-
"$NODE" "$NPM" pkg set scripts.node-build="esbuild ./dist/cjs/index.js --bundle --platform=node --outfile=index.js"
57+
"$NODE" "$NPM" pkg set scripts.node-build="esbuild ./dist/commonjs/index.js --bundle --platform=node --outfile=index.js"
5858

5959
"$NODE" "$NPM" run node-build
6060

0 commit comments

Comments
 (0)