Skip to content

Commit 1832be2

Browse files
committed
Update package.json
1 parent 1dfe10b commit 1832be2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
"scripts": {
2929
"dev": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev\"",
3030
"dev:windows": "concurrently \"cd client && npm run dev\" \"cd server && npm run dev:windows\"",
31+
"test": "npm run prettier-check && cd client && npm test",
32+
"test:cli": "cd bin && npm run test",
3133
"build-bin": "cd bin && npm run build",
3234
"build-server": "cd server && npm run build",
3335
"build-client": "cd client && npm run build",
@@ -38,8 +40,8 @@
3840
"start": "node ./bin/cli.js",
3941
"prepare": "npm run build",
4042
"prettier-fix": "prettier --write .",
41-
"publish-all": "npm publish --workspaces --access public && npm publish --access public",
42-
"test:cli": "cd bin && npm run test"
43+
"prettier-check": "prettier --check .",
44+
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
4345
},
4446
"dependencies": {
4547
"@modelcontextprotocol/inspector-bin": "0.7.0",
@@ -60,4 +62,4 @@
6062
"prettier": "3.3.3",
6163
"typescript": "^5.4.2"
6264
}
63-
}
65+
}

0 commit comments

Comments
 (0)