Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPulse committed Dec 17, 2023
1 parent 043236e commit 33f4bc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ async function types() {
readFile('./dist/index.d.ts', 'utf-8'),
readFile('./dist/index.d.ts.map', 'utf-8'),
]).catch(() => {
consola.error('tsc did not generate declaration files! Ensure you ran `pnpm typecheck` before run build.');
consola.error(
'tsc did not generate declaration files! Ensure you ran `pnpm typecheck` before run build.'
);
process.exit(1);
});

Expand Down

0 comments on commit 33f4bc8

Please sign in to comment.