fix(all): Enable https in place.
This commit is contained in:
parent
41f3f8a575
commit
4779d4968f
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Reference in a new issue