Added a test:ci script (for testing in ci enviornments)
continuous-integration/drone/pr Build is failing Details

ref #23
This commit is contained in:
Nicolai Ort 2020-12-11 19:56:27 +01:00
parent abb13045e6
commit 79e418f918
1 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,7 @@
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"sqlite3": "^5.0.0",
"start-server-and-test": "^1.11.6",
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"typedoc": "^0.19.2",
@ -69,7 +70,8 @@
"build": "tsc",
"docs": "typedoc --out docs src",
"test": "jest",
"test:watch": "jest --watchAll"
"test:watch": "jest --watchAll",
"test:ci": "start-server-and-test dev http://localhost:4010/api/openapi.json test"
},
"nodemonConfig": {
"ignore": [