Updated the openapi json path for the ci testing script
Some checks failed
continuous-integration/drone/pr Build is failing

ref #52
This commit is contained in:
Nicolai Ort 2020-12-23 16:54:45 +01:00
parent bb70bf58fb
commit 0b4d30b3f3

View File

@ -72,7 +72,7 @@
"docs": "typedoc --out docs src",
"test": "jest",
"test:watch": "jest --watchAll",
"test:ci": "start-server-and-test dev http://localhost:4010/api/openapi.json test",
"test:ci": "start-server-and-test dev http://localhost:4010/api/docs/openapi.json test",
"seed": "ts-node ./node_modules/typeorm/cli.js schema:sync && ts-node ./node_modules/typeorm-seeding/dist/cli.js seed",
"openapi:export": "ts-node src/openapi_export.ts"
},