From 0debfa460f01c940a2f33df31164dcad7bae9ca7 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Mon, 15 Apr 2024 06:42:40 +0200 Subject: [PATCH] tools: update minimatch index path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52523 Fixes: https://github.com/nodejs/node/issues/52520 Reviewed-By: Michaƫl Zasso Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Gireesh Punathil Reviewed-By: Moshe Atlow --- tools/dep_updaters/update-minimatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dep_updaters/update-minimatch.sh b/tools/dep_updaters/update-minimatch.sh index 2e6fdd0c11890b..d487eb760632cb 100755 --- a/tools/dep_updaters/update-minimatch.sh +++ b/tools/dep_updaters/update-minimatch.sh @@ -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