Skip to content

Commit

Permalink
fix: store generated API schema at correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Mar 19, 2024
1 parent 01b0707 commit c6ea7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-api-schema
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if ! test -f "$SPEC"; then
exit 1
fi

yarn openapi-typescript "$SPEC" -o ./astroplant-frontend/src/api/schema.ts
yarn openapi-typescript "$SPEC" -o ./src/api/schema.ts

0 comments on commit c6ea7d3

Please sign in to comment.