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 16:51:06 +0300
commitc88c53b20bdbc55ef2caec2c87b3b6c474ac0a7f (patch)
tree966a0dde8dd67a8da6ecc888a239f0de62835922
parenta90ed81590ead16c8fe05626c9e9daf34c94273a (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) {