mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: update dmn in update-estlint.sh
Version 2.1.0 of dmn will get rid of .map and .ts files. PR-URL: https://github.com/nodejs/node/pull/25877 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
This commit is contained in:
@@ -20,7 +20,7 @@ npm install --no-bin-links --production --no-package-lock eslint-plugin-markdown
|
||||
cd ../..
|
||||
|
||||
# Use dmn to remove some unneeded files.
|
||||
npx dmn@2.0.0 -f clean
|
||||
npx dmn@2.1.0 -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 .
|
||||
|
||||
Reference in New Issue
Block a user