From 61abe9dc8fc9ac1d9d790c50964c089050a56590 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 12 Oct 2023 20:58:27 +0000 Subject: [PATCH] disable evite auto install --- scripts/post-install.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/post-install.js b/scripts/post-install.js index c79a379d..9563cb00 100644 --- a/scripts/post-install.js +++ b/scripts/post-install.js @@ -62,11 +62,11 @@ async function initializeEvite() { console.log("📦 Initializing Evite...") - console.log(`Intalling Evite dependencies...`) - await child_process.execSync("yarn install", { - cwd: evitePath, - stdio: "inherit", - }) + // console.log(`Intalling Evite dependencies...`) + // await child_process.execSync("yarn install", { + // cwd: evitePath, + // stdio: "inherit", + // }) console.log(`Linking Evite to app...`) await child_process.execSync("yarn link", {