Skip to content

Commit

Permalink
Remove unused module for swagger generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jun 4, 2021
1 parent 2b327d5 commit f6fa84e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 99 deletions.
2 changes: 1 addition & 1 deletion components/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ scripts:
popd > /dev/null
done
WEB_COMPONENTS=( local-app-api/typescript-grpcweb supervisor-api/typescript-grpc supervisor-api/typescript-rest supervisor-api/typescript-grpcweb )
WEB_COMPONENTS=( local-app-api/typescript-grpcweb supervisor-api/typescript-grpc supervisor-api/typescript-grpcweb )
for COMPONENT in "${WEB_COMPONENTS[@]}";do
echo "Generating code for component $COMPONENT..."
pushd $COMPONENT > /dev/null
Expand Down
1 change: 0 additions & 1 deletion components/supervisor-api/typescript-rest/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions components/supervisor-api/typescript-rest/BUILD.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions components/supervisor-api/typescript-rest/build.sh

This file was deleted.

15 changes: 0 additions & 15 deletions components/supervisor-api/typescript-rest/package.json

This file was deleted.

28 changes: 0 additions & 28 deletions components/supervisor-api/typescript-rest/tsconfig.json

This file was deleted.

0 comments on commit f6fa84e

Please sign in to comment.