Skip to content

Commit aee15fa

Browse files
committed
fix: Build command update fix
1 parent 3d3051b commit aee15fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/(console)/project-[region]-[project]/functions/function-[function]/settings/updateBuildCommand.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
func.providerRepositoryId || undefined,
3838
func.providerBranch || undefined,
3939
func.providerSilentMode || undefined,
40-
func.providerRootDirectory || undefined
40+
func.providerRootDirectory || undefined,
41+
func.specification || undefined
4142
);
4243
await invalidate(Dependencies.FUNCTION);
4344
addNotification({

0 commit comments

Comments
 (0)