Skip to content

Commit f095d8a

Browse files
committed
runtests depends on typesMap now, oops
1 parent ff79632 commit f095d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Herebyfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ export const watchLocal = task({
677677
dependencies: [localize, watchTsc, watchTsserver, watchServices, lssl, watchOtherOutputs, dts, watchSrc],
678678
});
679679

680-
const runtestsDeps = [tests, generateLibs].concat(cmdLineOptions.typecheck ? [dts] : []);
680+
const runtestsDeps = [tests, generateLibs, generateTypesMap].concat(cmdLineOptions.typecheck ? [dts] : []);
681681

682682
export const runTests = task({
683683
name: "runtests",

0 commit comments

Comments
 (0)