Merge branch 'master' into 6.0.0
This commit is contained in:
commit
8c0cfc98ab
|
|
@ -44,7 +44,7 @@ $ npm run start
|
||||||
$ npm run start:dev
|
$ npm run start:dev
|
||||||
|
|
||||||
# production mode
|
# production mode
|
||||||
npm run start:prod
|
$ npm run start:prod
|
||||||
```
|
```
|
||||||
|
|
||||||
## Test
|
## Test
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc -p tsconfig.build.json",
|
"build": "tsc -p tsconfig.build.json",
|
||||||
"format": "prettier --write \"src/**/*.ts\"",
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||||
"start": "ts-node -r tsconfig-paths/register src/main.ts",
|
"start": "ts-node -r tsconfig-paths/register src/main.ts",
|
||||||
"start:dev": "nodemon",
|
"start:dev": "nodemon",
|
||||||
"start:debug": "nodemon --config nodemon-debug.json",
|
"start:debug": "nodemon --config nodemon-debug.json",
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
"rxjs": "^6.3.3"
|
"rxjs": "^6.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@nestjs/testing": "^5.4.0",
|
||||||
"@types/express": "^4.16.0",
|
"@types/express": "^4.16.0",
|
||||||
"@types/jest": "^23.3.13",
|
"@types/jest": "^23.3.13",
|
||||||
"@types/node": "^10.12.18",
|
"@types/node": "^10.12.18",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue