chore: update execution path

This commit is contained in:
Jon Deaves
2020-08-15 13:38:39 +01:00
parent ba6560d7f4
commit 1113a5a071

View File

@@ -12,7 +12,7 @@
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"start": "node dist/main.js",
"start": "node dist/src/main.js",
"start:dev": "nodemon",
"test": "nyc --require ts-node/register mocha src/**/*.spec.ts --reporter spec --retries 3 --require 'node_modules/reflect-metadata/Reflect.js' --exit",
"typeorm:cli": "ts-node ./node_modules/typeorm/cli -f ./ormconfig.ts",
@@ -101,4 +101,4 @@
"node": ">=12 <=14",
"yarn": ">=1.10.0"
}
}
}