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:
authorLuke Karrys <luke@lukekarrys.com>2022-11-02 00:30:40 +0300
committerGar <wraithgar@github.com>2022-11-02 01:05:05 +0300
commit586621790969434161dffff7b501cd647700d3f8 (patch)
treed7cf8ff03a37526c1be6287e507ea355903918fa
parentdded71db2b44673d8a95fa54e102104f6aa3b41d (diff)
chore: ignore-scripts when installing docs deps
-rw-r--r--scripts/publish.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish.js b/scripts/publish.js
index c26ab51e6..fb2ab34e6 100644
--- a/scripts/publish.js
+++ b/scripts/publish.js
@@ -85,7 +85,7 @@ const main = async (opts) => {
}
await npm('prune', '--omit=dev', '--no-save', '--no-audit', '--no-fund')
- await npm('install', '-w', 'docs')
+ await npm('install', '-w', 'docs', '--ignore-scripts', '--no-audit', '--no-fund')
await git.dirty()
for (const p of publishes) {