Commit 9313dca
authored
chore: remove obsolete prepublish hook (#4002)
The prepublish hook was previously needed to merge onPublish fields into
package.json before publishing (changing 'main' from src/index.ts to
lib-commonjs/index.js).
This is no longer needed because:
1. All packages now have proper exports field pointing to built files
2. main, module, and types fields already point to lib/ and lib-commonjs/
3. No packages have onPublish fields anymore (verified with grep)
The postbump hook is retained as it's still needed for updating
dependency-profiles after version bumps.1 parent 1dee074 commit 9313dca
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 8 | | |
18 | 9 | | |
19 | 10 | | |
| |||
0 commit comments