Skip to content

Commit 037736a

Browse files
committed
Build before check for TS composite
1 parent 6e50f5c commit 037736a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ export async function specs(argv: string[], config: Config) {
300300
* Run full test suite without automatic fixes.
301301
*/
302302
export async function test(argv: string[], config: Config) {
303+
await build(["--no-clean"], config);
303304
await check([], config);
304305
await specs(["--coverage"], config);
305-
await build(["--no-clean"], config);
306306
}
307307

308308
/**

0 commit comments

Comments
 (0)