Skip to content

Commit 0ac3932

Browse files
committed
chore(storage): depend on build of vector
1 parent cba5d5e commit 0ac3932

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/core/storage-js/package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,18 @@
5959
"unpkg": "dist/umd/supabase.js",
6060
"publishConfig": {
6161
"access": "public"
62+
},
63+
"nx": {
64+
"targets": {
65+
"build:module": {
66+
"dependsOn": [
67+
"^build:module",
68+
{
69+
"projects": ["storage-vectors-js"],
70+
"target": "build"
71+
}
72+
]
73+
}
74+
}
6275
}
6376
}

0 commit comments

Comments
 (0)