tools: fix update-babel-eslint.sh script
The `-f` flag was missing a space after the module version. PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
5f71520d10
commit
0cd112a07e
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user