Commit c0242a4
chore: use postinstall instead of prepare for msw init
postinstall runs on every install variant (including `pnpm add`),
while prepare can skip under `--production` or single-package adds.
postinstall also avoids a future conflict with tools that claim
prepare (e.g., Husky).
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent 10c006c commit c0242a4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments