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-12 18:24:00 +0300
committerGitHub <noreply@github.com>2022-07-12 18:24:00 +0300
commit6e68d237cabd016855b78b3844c10ad1c0b83b20 (patch)
tree328b24a88b2c2b5b501cfe7dc7a27d86858c11a1 /package.json
parentcb0db7c3fd1d0a4c30db9f44e9ea9e69ec327fe8 (diff)
chore: add dependencies script (#5148)
No more having to manually remember to run this!
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 77e1d0829..1838b1dbe 100644
--- a/package.json
+++ b/package.json
@@ -209,6 +209,7 @@
"tap": "^16.0.1"
},
"scripts": {
+ "dependencies": "node scripts/bundle-and-gitignore-deps.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",