diff --git a/packages/dsh-runtime/package.json b/packages/dsh-runtime/package.json index a425829af97..ace0464f04d 100644 --- a/packages/dsh-runtime/package.json +++ b/packages/dsh-runtime/package.json @@ -37,6 +37,7 @@ } }, "scripts": { + "prepare": "pnpm run build", "build": "tsx ./clean.ts && tsx ./esbuild.config.ts && tsc -p tsconfig.json --emitDeclarationOnly", "test": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.tests.json --noEmit"