fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 4779d4968f - Show all commits

View file

@ -809,7 +809,7 @@ export class GBDeployer implements IGBDeployer {
GBLog.info(`Installing modules default.gbui (It may take a few minutes)...`);
child_process.execSync(`yarn install`, { cwd: root });
child_process.execSync(`${npm} install`, { cwd: root });
GBLog.info(`Transpiling default.gbui...`);
child_process.execSync(`${npm} run build`, { cwd: root });