Skip to content

Commit f680dff

Browse files
authored
Update package.json (#207)
1 parent 56109cf commit f680dff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ clean:
5959
build: src/ cloudformation/
6060
yarn -D
6161
VITE_BUILD_HASH=$(GIT_HASH) yarn build
62+
cd src/api && npx tsx createSwagger.ts
6263
cp -r src/api/resources/ dist/api/resources
6364
rm -rf dist/lambda/sqs
6465
sam build --template-file cloudformation/main.yml --use-container --parallel

src/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "BSD-3-Clause",
88
"type": "module",
99
"scripts": {
10-
"build": "tsc && node build.js && tsx createSwagger.ts",
10+
"build": "tsc && node build.js",
1111
"dev": "cross-env DISABLE_AUDIT_LOG=true cross-env LOG_LEVEL=debug concurrently --names 'esbuild,server' 'node esbuild.config.js --watch' 'cd ../../dist_devel && nodemon index.js'",
1212
"typecheck": "tsc --noEmit",
1313
"lint": "eslint . --ext .ts --cache",

0 commit comments

Comments
 (0)