Skip to content

Commit c2013a4

Browse files
committedMay 30, 2024··
Fix workflows example
1 parent 9e6131b commit c2013a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ An example workflow might look like this:
278278

279279
```json
280280
{
281-
"workflow": {
281+
"workflows": {
282282
"my-workflow": [
283283
"npm ci",
284284
"npm run build",

0 commit comments

Comments
 (0)
Please sign in to comment.