Skip to content

Commit

Permalink
fix(all): Enable https in place.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 29, 2022
1 parent 41f3f8a commit 4779d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBDeployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 4779d49

Please sign in to comment.