From 0b4d30b3f3760d0e926c3ce4d58def6ff22f5674 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 23 Dec 2020 16:54:45 +0100 Subject: [PATCH] Updated the openapi json path for the ci testing script ref #52 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4b5ba5..0f570fe 100644 --- a/package.json +++ b/package.json @@ -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" },