Commit d182ea4
committed
package.json: drop 'prepare' script
'prepare' runs on every 'npm install' (no-args) in this repo, not just on
git-dep install — so it adds a build to the inner-loop. For testing pre-merge
conformance against an SDK, pkg.pr.new already publishes per-PR builds:
npx https://pkg.pr.new/@modelcontextprotocol/conformance@<PR>
which doesn't need 'prepare'. 'prepack' covers npm publish.1 parent 0d77e6d commit d182ea4
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments