We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10156a commit 043bc48Copy full SHA for 043bc48
package.json
@@ -58,6 +58,7 @@
58
"build:completion": "node completion/generate-completion.js",
59
"build:standalone": "ts-node --transpile-only automation/run.ts build:standalone",
60
"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\"",
62
"package": "npm run build:fast && npm run build:standalone && npm run build:installer",
63
"pretest": "npm run build",
64
"test": "npm run test:shrinkwrap && npm run test:core",
0 commit comments