Prettier format pending files
This commit is contained in:
parent
c2e441a433
commit
32f965766c
1 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ try {
|
|||
cwd: __dirname,
|
||||
stdio: "inherit",
|
||||
env: { ...process.env, SKIP_TSC: "true" },
|
||||
}
|
||||
},
|
||||
);
|
||||
console.log("✓ API routes transpiled successfully");
|
||||
} catch (error) {
|
||||
|
|
@ -72,7 +72,7 @@ function fixImportsInDir(dir) {
|
|||
return match;
|
||||
}
|
||||
return `from "${importPath}.js"`;
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
fixedContent = fixedContent.replace(
|
||||
|
|
@ -82,7 +82,7 @@ function fixImportsInDir(dir) {
|
|||
return match;
|
||||
}
|
||||
return `from '${importPath}.js'`;
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
if (fixedContent !== content) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue