Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
refactor: drops autorest and otc generators (REFS #21)
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Oct 30, 2022
1 parent e4f0ad3 commit 9573028
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"fetch-openapi": "curl https://localhost:3000/api/openapi.json -o src/api/openapi.json",
"generate-ar": "autorest --typescript --input-file=src/api/openapi.json --output-folder=src/api/ar",
"generate-otc": "openapi --input http://localhost:8000/openapi.json --output src/api/otc --name LabsApiClient",
"codegen": "",
"sync": "export $(cat .env) && s3cmd --access_key=$ACCESS_KEY --secret_key=$SECRET_KEY --host=$BUCKET_REGION_FQDN --host-bucket=$BUCKET_FQDN sync --no-mime-magic --acl-public --delete-removed --delete-after build/* s3://$BUCKET_NAME/"
},
"eslintConfig": {
Expand Down

0 comments on commit 9573028

Please sign in to comment.