add npm run start to script package.json

This commit is contained in:
Hugo Lextrait 2023-03-17 17:06:31 +01:00
parent f95978037a
commit 76646bea0a
2 changed files with 263 additions and 1022 deletions

1284
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,7 @@
"scripts": {
"build": "tsc",
"api:start": "node ./dist/entries/App.js",
"start": "tsc && npm run api:start",
"dev": "nodemon -V",
"api:dev": "nodemon -V --exec 'tsc && npm run api:start'",
"build:test": "tsc && mocha ./dist/entries/Test.js",