From e1633d349a00bd9bdc2bcd2bbcc820c4d26e9928 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 26 Oct 2023 13:17:49 -0400 Subject: [PATCH] fix: formatting (#3070) Co-authored-by: ludamad --- build_manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_manifest.yml b/build_manifest.yml index dbacc1f9262..dc194b390e7 100644 --- a/build_manifest.yml +++ b/build_manifest.yml @@ -106,7 +106,7 @@ yarn-project-base: yarn-project: buildDir: yarn-project rebuildPatterns: - - ^yarn-project/.*\.(ts|js|cjs|mjs|json|html|md|sh)$ + - ^yarn-project/.*\.(ts|tsx|js|cjs|mjs|json|html|md|sh)$ - ^yarn-project/Dockerfile dependencies: - yarn-project-base