Skip to content

Commit

Permalink
Initialize empty object in sourcefile-map.json
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Dec 7, 2023
1 parent 07fc9c4 commit 7792997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate_typedoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ npm install -D --legacy-peer-deps @types/node typescript@^3.8.0 typedoc@^0.19.0

# Transform relative URLs to absolute URLs in CLI readme
sed -i "s \./ https://github.com/zowe/zowe-cli/blob/$cliBranch/ " zowe-cli/README.md
echo -e "[\n]" > sourcefile-map.json

# Create directory structure for Imperative and SDK packages
# Also generate config for typedoc sourcefile-url plugin
Expand Down

0 comments on commit 7792997

Please sign in to comment.