From fe8e7ec3383c2bb163c101ac89214c8ade846815 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Tue, 1 Nov 2022 14:30:40 -0700 Subject: [PATCH] chore: ignore-scripts when installing docs deps --- scripts/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.js b/scripts/publish.js index c26ab51e66b8f..fb2ab34e6bc06 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) {