Skip to content

Commit

Permalink
#157 Create Typescript Index file when generating Typescript declarat…
Browse files Browse the repository at this point in the history
…ions (#159)

Signed-off-by: CTomlyn <[email protected]>
  • Loading branch information
tomlyn authored Feb 13, 2025
1 parent ced48d7 commit 5dfe8c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/generateTS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ cp ../common-pipeline/pipeline-connection/pipeline-connection-v3-schema.json .
cp ../common-pipeline/pipeline-flow/pipeline-flow-ui-v3-schema.json .
cp ../common-pipeline/pipeline-flow/pipeline-flow-v3-schema.json .

# Check files were copied OK.

ls -la

# Replace the "ref": "http://... references to become "ref": "./...

replace_string_schema "canvas-info-v3-schema.json"
Expand Down

0 comments on commit 5dfe8c3

Please sign in to comment.