remove compilation from git

This commit is contained in:
2024-12-04 22:44:43 +01:00
parent b991f62af7
commit 52e85d61cd
21 changed files with 1 additions and 469 deletions

View File

@ -91,7 +91,7 @@ export class TsWatch {
filePathToWatch: plugins.path.join(paths.cwd, `./${tsfolder}/`),
functionToCall: async () => {
logger.log('info', `building ${tsfolder}`);
await smartshellInstance.exec(`npm run build`);
await smartshellInstance.exec(`(cd ${paths.cwd} && npm run build)`);
await this.typedserver.reload();
},
timeout: null,