Skip to content

Commit b3adf2e

Browse files
committed
Automation approach
- added tools to download schemas and generate ts definitions & builders - refactored BaseWorkflow as WorkflowConverter - added validators - added builder factory - renamed /spec as /tests - added specialised tsconfig - added npmrc to specify the npm registry - added engines.node and engines.npm and collaborators to packages.json Signed-off-by: JBBianchi <jb.bianchi@neuroglia.io>
1 parent 97996da commit b3adf2e

File tree

87 files changed

+1137
-7812
lines changed

Some content is hidden

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

87 files changed

+1137
-7812
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Thumbs.db
1313

1414
# Ignore built ts files
1515
dist/**/*
16+
out-tsc
1617

1718
# ignore yarn.lock
1819
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

0 commit comments

Comments
 (0)