diff --git a/scripts/postinstall.js b/scripts/postinstall.js index a1302bc..f29056b 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -7,7 +7,7 @@ const linkRoot = path.resolve(packagesPath, "core") const linkPackages = [ path.resolve(packagesPath, "cli"), - //path.resolve(packagesPath, "gui"), + path.resolve(packagesPath, "gui"), ] async function main() {