Skip to content

Commit 974ef1c

Browse files
committed
remove unnecessary info
1 parent cb2a7ce commit 974ef1c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"workspaces": ["packages/*"],
2+
"workspaces": [
3+
"packages/*"
4+
],
35
"scripts": {
46
"build": "npm run build --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase",
57
"test": "npm run test --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase",

packages/mcp-server-supabase/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"types": "dist/index.d.ts",
99
"sideEffects": false,
1010
"scripts": {
11-
"dev": "tsup --watch & nodemon dist/transports/http.js",
1211
"build": "tsup --clean",
1312
"prepublishOnly": "npm run build",
1413
"test": "vitest",

0 commit comments

Comments
 (0)