Fixed switch up between node/js and ts-node/ts
This commit is contained in:
parent
276e553e13
commit
0687f268fc
@ -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": "node scripts/openapi_export.js",
|
"openapi:export": "ts-node scripts/openapi_export.ts",
|
||||||
"licenses:export": "license-exporter --md"
|
"licenses:export": "license-exporter --md"
|
||||||
},
|
},
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user