Skip to content

Commit 2a9e659

Browse files
committed
cosmetic
1 parent 6067ebe commit 2a9e659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm-scripts.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function run() {
6565
}
6666

6767
case 'typescript:watch': {
68-
void watchTypescript();
68+
watchTypescript();
6969

7070
break;
7171
}
@@ -163,7 +163,7 @@ function buildTypescript() {
163163
fs.rmSync('lib/test', { recursive: true, force: true });
164164
}
165165

166-
async function watchTypescript() {
166+
function watchTypescript() {
167167
logInfo('watchTypescript()');
168168

169169
deleteLib();

0 commit comments

Comments
 (0)