Skip to content

Commit d182ea4

Browse files
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

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"tier-check": "node dist/index.js tier-check",
2222
"check": "npm run typecheck && npm run lint",
2323
"typecheck": "tsgo --noEmit",
24-
"prepack": "npm run build",
25-
"prepare": "npm run build"
24+
"prepack": "npm run build"
2625
},
2726
"files": [
2827
"dist"

0 commit comments

Comments
 (0)