From 80b94c60be87d01b3ffb26e0414577e1da85f5ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 20 Apr 2023 00:21:23 +0200 Subject: [PATCH] Avoid npx prompt at pnpm i MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7e3f4b..9d30a9b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ } ], "scripts": { - "preinstall": "npx only-allow pnpm", + "preinstall": "npx --yes only-allow pnpm", "prepare": "node prepare.js", "benchmark:busy-wait": "node busy-wait.js", "benchmark:empty-array": "node empty-array.js", -- 2.34.1