Skip to content

Commit

Permalink
fix: rename typescript_fetch release command (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Jun 27, 2024
1 parent 9e32f7a commit 97c8a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ typescript() {
to_git "js" "yes"
}

typescript-fetch() {
typescript_fetch() {
dir="clients/${PROJECT}/typescript-fetch"

(cd "${dir}"; npm install; npm run build)
Expand Down

0 comments on commit 97c8a55

Please sign in to comment.