Skip to content

Commit

Permalink
fix(docs): Broken schema link
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Jul 31, 2024
1 parent c200bc3 commit 42378f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/build-references.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ cd $CWD

# 4. Copy schemas to static directory

mkdir -p static/schemas
mkdir -p static/schema

## 4.1 Copy schemas

cp -r ../Bookkeeper/dist/* static/schemas
cp -r ../Bookkeeper/dist/* static/schema

## 4.2 Remove LICENSE and README.md files

rm -f static/schemas/LICENSE
rm -f static/schemas/README.md
rm -f static/schema/LICENSE
rm -f static/schema/README.md

0 comments on commit 42378f8

Please sign in to comment.