mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +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("📦 Initializing Evite...")
|
||||||
|
|
||||||
console.log(`Intalling Evite dependencies...`)
|
// console.log(`Intalling Evite dependencies...`)
|
||||||
await child_process.execSync("yarn install", {
|
// await child_process.execSync("yarn install", {
|
||||||
cwd: evitePath,
|
// cwd: evitePath,
|
||||||
stdio: "inherit",
|
// stdio: "inherit",
|
||||||
})
|
// })
|
||||||
|
|
||||||
console.log(`Linking Evite to app...`)
|
console.log(`Linking Evite to app...`)
|
||||||
await child_process.execSync("yarn link", {
|
await child_process.execSync("yarn link", {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user