Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-07-20 21:35:40 +0300
committerGitHub <noreply@github.com>2022-07-20 21:35:40 +0300
commitbf3b26cc8389164d3ad05353ac76ad94666f3ed3 (patch)
treec728301ff95e732f92846532972048d4a174332c /package.json
parent3ae1b814aa557ccb5b639a57715f67119754ea76 (diff)
chore: add dependency graph to dependencies script (#5186)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1bc20b77c..0f3a9fd58 100644
--- a/package.json
+++ b/package.json
@@ -209,7 +209,7 @@
"tap": "^16.0.1"
},
"scripts": {
- "dependencies": "node scripts/bundle-and-gitignore-deps.js",
+ "dependencies": "node scripts/bundle-and-gitignore-deps.js && node scripts/dependency-graph.js",
"dumpconf": "env | grep npm | sort | uniq",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"chore: update AUTHORS\" || true",
"licenses": "licensee --production --errors-only",