Skip to content

Commit c6fb9b6

Browse files
committed
fix: format
1 parent 3118f19 commit c6fb9b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
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": {

0 commit comments

Comments
 (0)