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:
authorisaacs <i@izs.me>2020-10-23 22:25:56 +0300
committerisaacs <i@izs.me>2020-10-23 22:25:58 +0300
commitcb25c343636517f0a310372d2552cdcdcaa99c61 (patch)
tree65cf3ce511811c0c81e7c5a6014201e743d401e6 /package.json
parentb8dfae9911d117d462d7b4b770e52c2e859498af (diff)
Rebuild minimal doc set on package.json changes
There's only a few with the @VERSION@ tag in them, so it's excessive to rebuild our entire set of docs every time package.json is touched, since this means redundantly rebuilding docs as part of every release.
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 8913f4142..b3b761bc0 100644
--- a/package.json
+++ b/package.json
@@ -194,7 +194,7 @@
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
- "prepare": "node bin/npm-cli.js rebuild && node bin/npm-cli.js --no-audit --no-timing prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 mandocs",
+ "prepare": "node bin/npm-cli.js rebuild && make -j4",
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true",
"licenses": "licensee --production --errors-only",
"test": "tap",