Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Fix: run the campaign reports consumer #252

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check-env-file": "python ./tools/setup/initial_setup.py",
"client:lint": "esw webpack.config.* client tools --color",
"client:clean-dist": "npm run client:remove-dist && mkdir dist",
"start": "NODE_ENV=production npm-run-all start:*",
"start": "NODE_ENV=production npm-run-all --parallel start:*",
"start:main": "node server/index.js",
"start:consumer": "node server/feedback-consumer/consumer.js",
"production": "DEV_SEND_RATE=200 TEST_PRODUCTION=true NODE_ENV=production node server/index.js",
Expand Down