Skip to content

Commit 80620fb

Browse files
committed
chore(ci): deno
1 parent a7221a8 commit 80620fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/supabase-js/test/deno/setup-deps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ try {
4646
}
4747

4848
// Paths to workspace packages (not published to npm or need local builds)
49-
const storageVectorsPath = path.join(monorepoRoot, 'packages/integrations/storage-vectors-js/dist/index.js')
49+
const storageVectorsPath = path.join(monorepoRoot, 'packages/integrations/storage-vectors-js/dist/module/index.js')
5050
const storageVectorsUrl = `file://${storageVectorsPath}`
5151

5252
const storageJsPath = path.join(monorepoRoot, 'packages/core/storage-js/dist/module/index.js')

0 commit comments

Comments
 (0)