Skip to content

Commit ec2d122

Browse files
committed
fix netlify cmd
1 parent 4055b1b commit ec2d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ buildCommand
184184
const outputFormat = outputJson ? 'json' : 'yml';
185185

186186
let clientsTodo = client;
187-
if (client === ['all']) {
187+
if (client[0] === 'all') {
188188
clientsTodo = CLIENTS;
189189
}
190190
// ignore cache when building from cli

0 commit comments

Comments
 (0)