Skip to content

Commit c43bc2a

Browse files
committed
fix typo in external PR
1 parent 6419962 commit c43bc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/builders/src/base-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export abstract class BaseBuilder {
107107
'**/.vercel/**',
108108
'**/.workflow-data/**',
109109
'**/.well-known/workflow/**',
110-
'**/.svelte-kit/**'.
110+
'**/.svelte-kit/**',
111111
],
112112
absolute: true,
113113
});

0 commit comments

Comments
 (0)