From a7003bd98c3d9e3674b0f84c68a28d47e6f5cc63 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 26 Oct 2023 16:49:46 +0000 Subject: [PATCH 1/2] fix: formatting --- yarn-project/boxes/blank/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/yarn-project/boxes/blank/src/index.ts b/yarn-project/boxes/blank/src/index.ts index 45e6bebde76..518e2cfc75b 100644 --- a/yarn-project/boxes/blank/src/index.ts +++ b/yarn-project/boxes/blank/src/index.ts @@ -14,6 +14,7 @@ import { } from '@aztec/aztec.js'; import { ContractArtifact, FunctionArtifact, encodeArguments } from '@aztec/foundation/abi'; import { FieldsOf } from '@aztec/foundation/types'; + // docs:end:imports export const contractArtifact: ContractArtifact = BlankContractArtifact; From 76bd8dc6b8935d4263fc7412dffd0603f32a16f6 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 26 Oct 2023 16:52:28 +0000 Subject: [PATCH 2/2] Add tsx to pattern --- 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