We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15bf16 commit 0cc434fCopy full SHA for 0cc434f
Makefile
@@ -59,6 +59,7 @@ clean:
59
build: src/ cloudformation/
60
yarn -D
61
VITE_BUILD_HASH=$(GIT_HASH) yarn build
62
+ cd src/api && npx tsx createSwagger.ts
63
cp -r src/api/resources/ dist/api/resources
64
rm -rf dist/lambda/sqs
65
sam build --template-file cloudformation/main.yml --use-container --parallel
0 commit comments