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:
Diffstat (limited to 'scripts/publish.js')
-rw-r--r--scripts/publish.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/publish.js b/scripts/publish.js
index 536c5d764..c26ab51e6 100644
--- a/scripts/publish.js
+++ b/scripts/publish.js
@@ -85,6 +85,7 @@ const main = async (opts) => {
}
await npm('prune', '--omit=dev', '--no-save', '--no-audit', '--no-fund')
+ await npm('install', '-w', 'docs')
await git.dirty()
for (const p of publishes) {