File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 28
28
"scripts" : {
29
29
"dev" : " concurrently \" cd client && npm run dev\" \" cd server && npm run dev\" " ,
30
30
"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" ,
31
33
"build-bin" : " cd bin && npm run build" ,
32
34
"build-server" : " cd server && npm run build" ,
33
35
"build-client" : " cd client && npm run build" ,
38
40
"start" : " node ./bin/cli.js" ,
39
41
"prepare" : " npm run build" ,
40
42
"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 "
43
45
},
44
46
"dependencies" : {
45
47
"@modelcontextprotocol/inspector-bin" : " 0.7.0" ,
60
62
"prettier" : " 3.3.3" ,
61
63
"typescript" : " ^5.4.2"
62
64
}
63
- }
65
+ }
You can’t perform that action at this time.
0 commit comments