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 23
23
- run : |
24
24
npm publish
25
25
- 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 14
14
"inspect" : " npm run build && npx @modelcontextprotocol/inspector -- dist/index.js" ,
15
15
"prettier" : " prettier" ,
16
16
"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 ."
20
20
},
21
21
"license" : " Apache-2.0" ,
22
22
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments