We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376b555 commit 9097962Copy full SHA for 9097962
package.json
@@ -24,7 +24,7 @@
24
"build": "npm run build:clean && npm run build:compile && npm run build:addshebang && npm run build:chmod",
25
"inspect": "npm run build && mcp-inspector -- dist/index.js",
26
"prettier": "prettier",
27
- "check": "npm run check:lint && npm run check:format",
+ "check": "npm run build && npm run check:lint && npm run check:format",
28
"check:lint": "eslint .",
29
"check:format": "prettier -c .",
30
"reformat": "prettier --write .",
0 commit comments