Skip to content

Commit 37fd0b3

Browse files
committed
chore(ci): update deno setup again
1 parent 9d97bb5 commit 37fd0b3

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
@@ -6,7 +6,7 @@ const path = require('node:path')
66
// Get the directory of the script
77
const scriptDir = __dirname
88
const projectRoot = path.dirname(path.dirname(scriptDir))
9-
const monorepoRoot = path.dirname(path.dirname(path.dirname(path.dirname(scriptDir))))
9+
const monorepoRoot = path.dirname(path.dirname(path.dirname(path.dirname(path.dirname(scriptDir)))))
1010

1111
// Read package.json from main project
1212
const packageJsonPath = path.join(projectRoot, 'package.json')

0 commit comments

Comments
 (0)