fix api build issues
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
"build": "tsc --build --verbose",
|
||||
"start:dev": "ts-node-dev --respawn --inspect=0.0.0.0:9229 src/main.ts",
|
||||
"start:prod": "node dist/main",
|
||||
"test": "vitest run --config ../../vitest.api.config.ts",
|
||||
"test:coverage": "vitest run --config ../../vitest.api.config.ts --coverage",
|
||||
"test:watch": "vitest --config ../../vitest.api.config.ts",
|
||||
"test": "vitest run --config vitest.api.config.ts --root ../..",
|
||||
"test:coverage": "vitest run --config vitest.api.config.ts --root ../.. --coverage",
|
||||
"test:watch": "vitest --config vitest.api.config.ts --root ../..",
|
||||
"generate:openapi": "GENERATE_OPENAPI=true ts-node src/main.ts --exit"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user