Skip to content

Commit

Permalink
chore: Standardise temporary schema name 'app'
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jul 25, 2024
1 parent b5591e4 commit 06a37ba
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/build-schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version="${VERSION:-@next}"

echo "Version set to $version"

dirs=("application" "discriminated")
dirs=("application" "app")
types=("Application" "App")

for i in "${!dirs[@]}"; do
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 06a37ba

Please sign in to comment.