Skip to content

Commit 94e26b9

Browse files
JamesHenryFrozenPandaz
authored andcommitted
fix(builders): fix typo in run-commands schema
1 parent 30d6487 commit 94e26b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/builders/src/run-commands/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"description": "String to appear in stdout or stderr that indicates that the task is done. This option can only be used when parallel is set to true. If not specified, the task is one when all the child processes complete."
2828
}
2929
},
30-
"required": ["command"]
30+
"required": ["commands"]
3131
}

0 commit comments

Comments
 (0)