fix(all): Enable https in place.

This commit is contained in:
Rodrigo Rodriguez 2022-01-28 21:59:26 -03:00
parent 41f3f8a575
commit 4779d4968f

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 });