|
|
@@ -42,7 +42,7 @@
|
|
|
"server:prod": "env-cmd config/env.prod.js node app.js --production | pino-clf common",
|
|
|
"server": "npm run server:dev:watch",
|
|
|
"start": "npm run server:prod",
|
|
|
- "test": "mocha -r test/bootstrap.js test/**/*.js",
|
|
|
+ "test": "mocha --timeout 10000 -r test/bootstrap.js test/**/*.js",
|
|
|
"version": "node -p \"require('./package.json').version\"",
|
|
|
"webpack": "webpack"
|
|
|
},
|