Skip to content

Commit

Permalink
Formatted build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Mar 20, 2024
1 parent e977370 commit 8de9f61
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ const config = {
try {
console.log(`------------ Building #${++buildCount}`);
execSync('npx tsc -p tsconfig.json', { stdio: 'inherit' });
} finally {}
} finally {
}
});
onEnd(() => {
console.log(`--------------- Built #${buildCount}`);
});
}
}
]
},
},
],
};

if (options.watch) {
Expand Down

0 comments on commit 8de9f61

Please sign in to comment.