Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Sep 18, 2024
1 parent a1ce0bc commit cb08ac5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/create-fuels/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,11 @@ export const runScaffoldCli = async ({
color: 'green',
}).start();
process.chdir(projectPath);
// execSync(packageManager.install, { stdio: verboseEnabled ? 'inherit' : 'pipe' });
execSync('pnpm install', { stdio: verboseEnabled ? 'inherit' : 'pipe' });
execSync(packageManager.install, { stdio: verboseEnabled ? 'inherit' : 'pipe' });
installDepsSpinner.succeed('Installed dependencies!');
}

// Build types
// Generate typegen files
execSync(packageManager.run('prebuild'), { stdio: verboseEnabled ? 'inherit' : 'pipe' });

log();
Expand Down

0 comments on commit cb08ac5

Please sign in to comment.