Skip to content

Commit ebfef31

Browse files
committed
Remove unused module for swagger generation
1 parent 9dfea94 commit ebfef31

File tree

6 files changed

+1
-99
lines changed

6 files changed

+1
-99
lines changed

components/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ scripts:
128128
popd > /dev/null
129129
done
130130
131-
WEB_COMPONENTS=( local-app-api/typescript-grpcweb supervisor-api/typescript-grpc supervisor-api/typescript-rest supervisor-api/typescript-grpcweb )
131+
WEB_COMPONENTS=( local-app-api/typescript-grpcweb supervisor-api/typescript-grpc supervisor-api/typescript-grpcweb )
132132
for COMPONENT in "${WEB_COMPONENTS[@]}";do
133133
echo "Generating code for component $COMPONENT..."
134134
pushd $COMPONENT > /dev/null

components/supervisor-api/typescript-rest/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/supervisor-api/typescript-rest/BUILD.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

components/supervisor-api/typescript-rest/build.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

components/supervisor-api/typescript-rest/package.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

components/supervisor-api/typescript-rest/tsconfig.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)