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 00:14:47 +0300
committerGar <gar+gh@danger.computer>2022-07-12 00:17:50 +0300
commit0f254b26e6d71d2c839b035001d32e1267ffc655 (patch)
tree4eca62a9e5d09d94cba86ff6ad35168b943545fb
parentac56fc41bc2f91f51c8438f98893121e7a92ee46 (diff)
chore: add dependencies scriptgar/dependencies-bundle-gitignore
No more having to manually remember to run this!
-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",