Skip to content

Commit 86e0a99

Browse files
authored
Merge pull request #37 from supabase-community/refactor/more-explicit-tests
refactor: more explicit tests
2 parents b498d5c + 5a91101 commit 86e0a99

File tree

5 files changed

+415
-77
lines changed

5 files changed

+415
-77
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"scripts": {
66
"build": "npm run build --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase",
7-
"test": "npm run test --workspace @supabase/mcp-server-supabase"
7+
"test": "npm run test --workspace @supabase/mcp-utils --workspace @supabase/mcp-server-supabase"
88
},
99
"devDependencies": {
1010
"supabase": "^2.1.1"

0 commit comments

Comments
 (0)