Skip to content

Commit a0c5b58

Browse files
committed
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>
1 parent 6460d07 commit a0c5b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-babel-eslint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm init --yes
1616
npm install --global-style --no-bin-links --production --no-package-lock babel-eslint@latest
1717

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

0 commit comments

Comments
 (0)