File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - run : |
2424 npm publish
2525 - run : |
26- gh release create ${{ github.ref }} --title "${{ github.ref }}" --notes "Release ${{ github.ref }}" --generate-notes
26+ gh release create ${{ github.ref }} --title "${{ github.ref }}" --notes "Release ${{ github.ref }}" --generate-notes
Original file line number Diff line number Diff line change 1414 "inspect" : " npm run build && npx @modelcontextprotocol/inspector -- dist/index.js" ,
1515 "prettier" : " prettier" ,
1616 "check" : " npm run check:lint && npm run check:format" ,
17- "check:lint" : " npx eslint ." ,
18- "check:format" : " npx prettier -c ." ,
19- "reformat" : " npx prettier -- -- write ."
17+ "check:lint" : " eslint ." ,
18+ "check:format" : " prettier -c ." ,
19+ "reformat" : " npx prettier --write ."
2020 },
2121 "license" : " Apache-2.0" ,
2222 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments