Skip to content

Commit

Permalink
test: fix eslint update script
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito authored and nodejs-github-bot committed Apr 14, 2024
1 parent 39996ac commit 6d8444a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/dep_updaters/update-eslint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ rm -rf ../node_modules/eslint
--no-save \
--omit=dev \
--omit=peer \
--legacy-peer-deps \
eslint-plugin-jsdoc \
eslint-plugin-markdown \
@babel/core \
Expand Down
2 changes: 1 addition & 1 deletion tools/dep_updaters/update-minimatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d8444a

Please sign in to comment.