Commit bd7a4f9
committed
fix: use prepack instead of prepublishOnly
prepack runs on both npm publish and npm pack (and when installing from
git/tarball), whereas prepublishOnly only runs on npm publish. Since dist/
is gitignored, installing directly from git would produce a broken package
without this change.
Addresses CodeRabbit nitpick comment on PR #361 parent ce22030 commit bd7a4f9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments