From cb25c343636517f0a310372d2552cdcdcaa99c61 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 23 Oct 2020 12:25:56 -0700 Subject: 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3