🐛 format
This commit is contained in:
5
bin/builders/BaseBuilder.ts
vendored
5
bin/builders/BaseBuilder.ts
vendored
@@ -70,7 +70,10 @@ export default abstract class BaseBuilder {
|
||||
timeout,
|
||||
);
|
||||
} else {
|
||||
await shellExec(`cd "${npmDirectory}" && ${packageManager} install`, timeout);
|
||||
await shellExec(
|
||||
`cd "${npmDirectory}" && ${packageManager} install`,
|
||||
timeout,
|
||||
);
|
||||
}
|
||||
spinner.succeed(chalk.green('Package installed!'));
|
||||
if (!tauriTargetPathExists) {
|
||||
|
||||
Reference in New Issue
Block a user