Skip to content

Commit 15c5686

Browse files
marco-ippolitoaduh95
authored andcommitted
tools: update minimatch index path
PR-URL: #52523 Fixes: #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>
1 parent dc399dd commit 15c5686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep_updaters/update-minimatch.sh

Lines changed: 1 addition & 1 deletion
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)