Skip to content

Commit 6edf3fd

Browse files
committed
Rollup build
- added rollup build - change directory structure Signed-off-by: JBBianchi <[email protected]>
1 parent ac47afb commit 6edf3fd

File tree

71 files changed

+1949
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1949
-64
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const workflow = workflowBuilder()
6868
.end(true)
6969
.build()
7070
])
71-
.build());
71+
.build();
7272
```
7373

7474
#### Load a file JSON/YAML to a Workflow instance
@@ -100,7 +100,7 @@ const workflow = workflowBuilder()
100100
.end(true)
101101
.build()
102102
])
103-
.build());
103+
.build();
104104
```
105105

106106
You can convert it to its string representation in JSON or YAML format

0 commit comments

Comments
 (0)