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 24, 2024
1 parent 22db58b commit 5717067
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=("digitalPlanningApplication" "discriminated")
dirs=("digitalPlanningApplication" "app")
types=("DigitalPlanningApplication" "App")

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

0 comments on commit 5717067

Please sign in to comment.