File tree Expand file tree Collapse file tree 3 files changed +4
-55
lines changed
Expand file tree Collapse file tree 3 files changed +4
-55
lines changed Original file line number Diff line number Diff line change @@ -204,10 +204,10 @@ From the project root:
204204
205205``` bash
206206cd mcp-package
207- ./publish.sh # Or: ./ publish.sh 1.2.3
207+ npm run publish
208208```
209209
210- Or using npm script :
210+ Or run the steps individually :
211211
212212``` bash
213213cd mcp-package
Original file line number Diff line number Diff line change 1313 "scripts" : {
1414 "build" : " node build.js" ,
1515 "test" : " node dist/test.js" ,
16- "publish:npm " : " cd dist && npm publish " ,
17- "publish" : " ./ publish.sh " ,
16+ "prepublishOnly " : " npm run build && npm test " ,
17+ "publish" : " npm run build && npm test && cd dist && npm publish" ,
1818 "release" : " standard-version" ,
1919 "release:minor" : " standard-version --release-as minor" ,
2020 "release:major" : " standard-version --release-as major" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments