diff --git a/frameworks/motia/motia-js/packages/motia/package.json b/frameworks/motia/motia-js/packages/motia/package.json index 615831e2b..45b31a7b1 100644 --- a/frameworks/motia/motia-js/packages/motia/package.json +++ b/frameworks/motia/motia-js/packages/motia/package.json @@ -22,6 +22,7 @@ "types": "./dist/index.d.mts", "scripts": { "build": "tsdown", + "prepare": "pnpm build", "test": "jest --selectProjects unit", "test:unit": "jest --selectProjects unit", "test:coverage": "jest --selectProjects unit --coverage --coverageReporters=text",