mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
tools: update dmn to 2.2.2
PR-URL: https://github.com/nodejs/node/pull/27686 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
9f99d4e252
commit
ac2f2cd919
@ -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.1 -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 .
|
||||
|
@ -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.2.1 -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…
Reference in New Issue
Block a user