Skip to content

Commit 9097962

Browse files
committed
ci: check build
1 parent 376b555 commit 9097962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build": "npm run build:clean && npm run build:compile && npm run build:addshebang && npm run build:chmod",
2525
"inspect": "npm run build && mcp-inspector -- dist/index.js",
2626
"prettier": "prettier",
27-
"check": "npm run check:lint && npm run check:format",
27+
"check": "npm run build && npm run check:lint && npm run check:format",
2828
"check:lint": "eslint .",
2929
"check:format": "prettier -c .",
3030
"reformat": "prettier --write .",

0 commit comments

Comments
 (0)