★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/a0c5b58b44Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
tools: fix update-babel-eslint.sh script
The `-f` flag was missing a space after the module version.

PR-URL: #27670
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
  • Loading branch information
BridgeAR committed Jun 17, 2019
1 parent 6460d07 commit a0c5b58b4480aaf5f978fd1049d9d39cd7b78590
Showing with 1 addition and 1 deletion.
  1. +1 −1 tools/update-babel-eslint.sh
@@ -16,7 +16,7 @@ npm init --yes
npm install --global-style --no-bin-links --production --no-package-lock babel-eslint@latest

# Use dmn to remove some unneeded files.
npx dmn@2.2.2-f clean
npx dmn@2.2.2 -f clean
# Use removeNPMAbsolutePaths to remove unused data in package.json.
# This avoids churn as absolute paths can change from one dev to another.
npx removeNPMAbsolutePaths@1.0.4 .

0 comments on commit a0c5b58

Please sign in to comment.