Skip to content

Commit 5dfa97d

Browse files
committed
fix: supabase build release
1 parent 7878b4c commit 5dfa97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ cat src/deps-ordered.txt | xargs cat | grep -v REQUIRE >> release/cipherstash-en
5454
cat tasks/uninstall.sql >> release/cipherstash-encrypt-uninstall.sql
5555

5656

57-
# --------------------------------------------------------
57+
# Supabase specific build which excludes operator classes as they are not supported
5858
find src -type f -path "*.sql" ! -path "*_test.sql" ! -path "**/operator_class.sql" | while IFS= read -r sql_file; do
5959
echo $sql_file
6060

61-
echo "$sql_file $sql_file" >> src/deps.txt
61+
echo "$sql_file $sql_file" >> src/deps-supabase.txt
6262

6363
while IFS= read -r line; do
6464
# echo $line

0 commit comments

Comments
 (0)