🐛 format

This commit is contained in:
Tw93
2025-08-14 11:54:20 +08:00
parent 7b74b7fc15
commit 5853884cda
2 changed files with 6 additions and 3 deletions

View File

@@ -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) {