chore(mcp): simplify bridge check script
This commit is contained in:
parent
8de3d24af2
commit
0690e28d02
@ -5,10 +5,9 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"build:check": "tsc --noEmit true",
|
|
||||||
"eslint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
|
"eslint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
|
||||||
"clean": "rm -rf node_modules/.cache/tsc node_modules/.cache/eslint",
|
"clean": "rm -rf node_modules/.cache/tsc node_modules/.cache/eslint",
|
||||||
"check": "npm run build:check && npm run eslint",
|
"check": "npm run eslint",
|
||||||
"test:all": "npm run check && npm run build && npm run test",
|
"test:all": "npm run check && npm run build && npm run test",
|
||||||
"test:ci": "npm run test:all && npm run test:integration",
|
"test:ci": "npm run test:all && npm run test:integration",
|
||||||
"dev": "tsx src/index.ts",
|
"dev": "tsx src/index.ts",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user