Skip to content
Snippets Groups Projects
Commit 0f09089f authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: add of package.json inside build was making app start fail

parent 1383c132
No related branches found
No related tags found
1 merge request!115feat(structure): change addresse api in order to cover the all department....
......@@ -11,7 +11,7 @@
"start": "ts-node -r tsconfig-paths/register src/main.ts",
"start:dev": "nodemon",
"start:debug": "nodemon --config nodemon-debug.json",
"start:prod": "npm run migrate:up && node dist/main",
"start:prod": "npm run migrate:up && node dist/src/main",
"doc": "./node_modules/.bin/compodoc compodoc -p tsconfig.json -s -n 'Resin api documentation'",
"doc:serve": "./node_modules/.bin/compodoc compodoc -s",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment