-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove stub about validators from readme
- Loading branch information
1 parent
0c383d6
commit ccbc4b2
Showing
2 changed files
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,8 @@ SPEC_FILE="./spec.json" | |
# TODO: we could get rid of this DL if a test didn't rely on it | ||
curl --fail "$SPEC_URL" -o $SPEC_FILE | ||
|
||
rm -f oxide-api/src/* # remove after we add --clean flag to generator | ||
|
||
# note no features, API client only | ||
rm oxide-api/src/* | ||
npx tsx "$ROOT_DIR/oxide-openapi-gen-ts/src/index.ts" $SPEC_FILE $DEST_DIR | ||
npx [email protected] --write --log-level error "$DEST_DIR" |