mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
disable evite auto install
This commit is contained in:
parent
ec1e505966
commit
4b367253cf
@ -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", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user