Skip to content

Commit cd34321

Browse files
committed
Fix missing root dep sync
1 parent b5f8e60 commit cd34321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/sync-pkgs-wireit.js

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const updateRootPkg = async ({ allPkgs }) => {
7878
{ rootTask: "build:lib:esm", pkgTask: "build:lib:esm" },
7979
{ rootTask: "format:pkgs", pkgTask: "format" },
8080
{ rootTask: "format:pkgs:fix", pkgTask: "format:fix" },
81+
{ rootTask: "jest:pkgs", pkgTask: "jest" },
8182
{ rootTask: "lint:pkgs", pkgTask: "lint" },
8283
{ rootTask: "lint:pkgs:fix", pkgTask: "lint:fix" },
8384
{ rootTask: "types:check", pkgTask: "types:check" },

0 commit comments

Comments
 (0)