Skip to content

Commit

Permalink
fix(Client): fix client is not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Oct 30, 2024
1 parent 1cf99e8 commit 0a6a2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mittwald/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"build:client-base": "run acg generate --name MittwaldAPIV2 /dev/stdin src/generated/v2 --optionalHeader x-access-token",
"build:client-dev": "bash -e -o pipefail -c 'spec/transform-openapi.sh < spec/openapi-dev.json | run build:client-base'",
"build:client-prod": "bash -e -o pipefail -c 'spec/transform-openapi.sh < spec/openapi.json | run build:client-base'",
"build:fetch-openapi": "curl --location --fail --silent https://api.mittwald.de/v2/openapi.json > spec/openapi.json",
"build:fetch-openapi-dev": "curl --location --fail --silent https://developer.mittwald.de/specs/openapi-v2-dev.json > spec/openapi-dev.json",
"build:fetch-openapi-prod": "curl --location --fail --silent https://api.mittwald.de/v2/openapi.json > spec/openapi.json",
"build:write-version-file": "run tsx dev/writeVersion.ts",
"format": "run prettier --write '**/*.{ts,tsx,yaml,yml,json,md,mdx,js}'",
"lint": "run eslint .",
Expand Down

0 comments on commit 0a6a2db

Please sign in to comment.