Skip to content

Commit 043bc48

Browse files
committedMar 4, 2025
Add a "deduplicate-dependencies" npm script to standardize such commits
1 parent a10156a commit 043bc48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"build:completion": "node completion/generate-completion.js",
5959
"build:standalone": "ts-node --transpile-only automation/run.ts build:standalone",
6060
"build:installer": "ts-node --transpile-only automation/run.ts build:installer",
61+
"deduplicate-dependencies": "npm dd && git add npm-shrinkwrap.json && git commit --message \"Deduplicate dependencies\"",
6162
"package": "npm run build:fast && npm run build:standalone && npm run build:installer",
6263
"pretest": "npm run build",
6364
"test": "npm run test:shrinkwrap && npm run test:core",

0 commit comments

Comments
 (0)
Please sign in to comment.