Compare commits

..

No commits in common. "b57fde9b0a06b6a75a1548109c586245ea703fe4" and "bc426831db5a257652e529607576046477fc1f5a" have entirely different histories.

View File

@ -75,7 +75,7 @@
"test:watch": "jest --watchAll", "test:watch": "jest --watchAll",
"test:ci": "start-server-and-test dev http://localhost:4010/api/docs/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", "seed": "ts-node ./node_modules/typeorm/cli.js schema:sync && ts-node ./node_modules/typeorm-seeding/dist/cli.js seed",
"openapi:export": "ts-node scripts/openapi_export.ts", "openapi:export": "node scripts/openapi_export.js",
"licenses:export": "license-exporter --md" "licenses:export": "license-exporter --md"
}, },
"nodemonConfig": { "nodemonConfig": {