Skip to content

Commit 0694f35

Browse files
committed
chore: fix example config
1 parent d961f46 commit 0694f35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code-push.config.example.supabase.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const Config: CliConfigInterface = {
4646
.upload(remotePath, fileStream, {
4747
contentType: "application/zip",
4848
duplex: "half",
49+
upsert: true,
4950
});
5051

5152
if (error) {
@@ -97,6 +98,7 @@ const Config: CliConfigInterface = {
9798
.upload(remoteJsonPath, Buffer.from(fileContent), {
9899
contentType: "application/json",
99100
cacheControl: "5",
101+
upsert: true,
100102
});
101103

102104
if (error) {

0 commit comments

Comments
 (0)