File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,8 @@ To be able to run [Connect App](https://github.com/appirio-tech/connect-app) wit
255
255
| ` npm run sync:es ` | Recreate Elasticsearch indexes (removes any existent data). |
256
256
| ` npm run start ` | Start app in the production mode from prebuilt ` dist ` folder. |
257
257
| ` npm run start:dev ` | Start app in the development mode using ` nodemon ` . |
258
+ | ` npm run startKafkaConsumers ` | Start Kafka consumer app in production mode from prebuilt ` dist ` folder. |
259
+ | ` npm run startKafkaConsumers ` | Start Kafka consumer app in the development mode using ` nodemon ` . |
258
260
| ` npm run test ` | Run tests. |
259
261
| ` npm run test:watch ` | Run tests and re-run them on changes (not useful now as it re-runs all the test). |
260
262
| ` npm run demo-data ` | Import Metadata from DEV environment, see [ docs] ( #import-metadata-from-apitopcoder-devcom-deprecated ) . |
You can’t perform that action at this time.
0 commit comments