|
6 | 6 | "scripts": { |
7 | 7 | "start": "npm run build:dev", |
8 | 8 | "lint": "./node_modules/.bin/eslint '**/*.ts' --fix --quiet", |
9 | | - "test": "NODE_ENV=development jest --runInBand --forceExit", |
10 | | - "serve:dev": "NODE_ENV=development nodemon dist/server.js --public ", |
11 | | - "docker:serve": "NODE_ENV=development nodemon dist/server.js --public", |
12 | | - "serve:prod": " NODE_ENV=production ./node_modules/.bin/nodemon app/dist/server.js --public", |
| 9 | + "test": "cross-env NODE_ENV=development jest --runInBand --forceExit", |
| 10 | + "serve:dev": "cross-env NODE_ENV=development nodemon dist/server.js --public ", |
| 11 | + "docker:serve": "cross-env NODE_ENV=development nodemon dist/server.js --public", |
| 12 | + "serve:prod": "cross-env NODE_ENV=production ./node_modules/.bin/nodemon app/dist/server.js --public", |
13 | 13 | "watch-node": "./node_modules/.bin/nodemon dist/server.js", |
14 | 14 | "watch": "concurrently \"npm run bundle:watch \" \"npm run watch-ts:dev \" \"npm run serve:dev \" --names \"💻,📦\" --prefix name", |
15 | 15 | "watch:serve": " concurrently \"npm run bundle:watch \" \"npm run serve:prod \" \"npm run watch-ts:prod \" --names \"💻,📦\" --prefix name", |
|
33 | 33 | "author": "Obinna Odirionye", |
34 | 34 | "license": "MIT", |
35 | 35 | "dependencies": { |
36 | | - "body-parser": "^1.19.0", |
37 | 36 | "compression": "^1.7.4", |
38 | 37 | "connect-ensure-login": "^0.1.1", |
39 | 38 | "connect-flash": "^0.1.1", |
|
73 | 72 | "@babel/core": "^7.3.4", |
74 | 73 | "@babel/preset-env": "^7.3.4", |
75 | 74 | "@release-it/conventional-changelog": "^1.1.0", |
76 | | - "@types/body-parser": "^1.17.0", |
77 | 75 | "@types/compression": "^0.0.36", |
78 | 76 | "@types/connect-ensure-login": "^0.1.5", |
79 | 77 | "@types/connect-flash": "0.0.35", |
|
114 | 112 | "babel-plugin-transform-util-promisify": "^0.2.2", |
115 | 113 | "babel-preset-env": "^1.7.0", |
116 | 114 | "concurrently": "^4.1.2", |
| 115 | + "cross-env": "^7.0.2", |
117 | 116 | "css-loader": "^3.2.0", |
118 | 117 | "cz-conventional-changelog": "^3.0.2", |
119 | 118 | "eslint": "^5.16.0", |
|
0 commit comments