fix(cli): Fixed transpilation order issue in tsfolders command
This commit is contained in:
@ -41,7 +41,7 @@ export const runCli = async () => {
|
||||
const indexShared = tsFolders.indexOf('ts_shared');
|
||||
if (indexShared > -1) {
|
||||
tsFolders.splice(indexShared, 1);
|
||||
tsFolders.unshift('ts_interfaces');
|
||||
tsFolders.unshift('ts_shared');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user