remove compilation from git
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user