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 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;