Skip to content

Commit ea62f4a

Browse files
Trotttargos
authored andcommitted
tools: update dmn to 2.2.2
PR-URL: #27686 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent b380c0f commit ea62f4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/update-babel-eslint.sh

+1-1
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 [email protected].1 -f clean
19+
npx [email protected].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

tools/update-eslint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown
2020
cd ../..
2121

2222
# Use dmn to remove some unneeded files.
23-
npx [email protected].1 -f clean
23+
npx [email protected].2 -f clean
2424
# Use removeNPMAbsolutePaths to remove unused data in package.json.
2525
# This avoids churn as absolute paths can change from one dev to another.
2626

0 commit comments

Comments
 (0)