Skip to content

Commit

Permalink
Rollup build
Browse files Browse the repository at this point in the history
- added rollup build
- change directory structure

Signed-off-by: JBBianchi <[email protected]>
  • Loading branch information
JBBianchi committed May 4, 2021
1 parent ac47afb commit 6edf3fd
Show file tree
Hide file tree
Showing 71 changed files with 1,949 additions and 64 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const workflow = workflowBuilder()
.end(true)
.build()
])
.build());
.build();
```

#### Load a file JSON/YAML to a Workflow instance
Expand Down Expand Up @@ -100,7 +100,7 @@ const workflow = workflowBuilder()
.end(true)
.build()
])
.build());
.build();
```

You can convert it to its string representation in JSON or YAML format
Expand Down
Loading

0 comments on commit 6edf3fd

Please sign in to comment.