Commit d6d0316
Add prepare script to build on install
Adds a prepare script that runs tsc automatically after pnpm install.
This ensures the dist/ folder is built before any workspace dependencies
try to import from the package, fixing CI build errors.
The prepare script runs automatically during:
- pnpm install (in CI and locally)
- Before publishing to npm
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 6c59c0f commit d6d0316
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments