We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2a7ce commit 974ef1cCopy full SHA for 974ef1c
package.json
@@ -1,5 +1,7 @@
1
{
2
- "workspaces": ["packages/*"],
+ "workspaces": [
3
+ "packages/*"
4
+ ],
5
"scripts": {
6
"build": "npm run build --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase",
7
"test": "npm run test --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase",
packages/mcp-server-supabase/package.json
@@ -8,7 +8,6 @@
8
"types": "dist/index.d.ts",
9
"sideEffects": false,
10
11
- "dev": "tsup --watch & nodemon dist/transports/http.js",
12
"build": "tsup --clean",
13
"prepublishOnly": "npm run build",
14
"test": "vitest",
0 commit comments