We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b5914 commit a90af09Copy full SHA for a90af09
package.json
@@ -10,7 +10,6 @@
10
"lint": "eslint .",
11
"lint:fix": "eslint . --fix || true",
12
"build": "babel src -d dist --presets es2015 --copy-files",
13
- "prestart": "npm run -s build",
14
"start": "node dist",
15
"start:dev": "cross-env NODE_ENV=development PORT=8001 nodemon -w src --exec \"./node_modules/.bin/env-cmd npm run babel-node-script -- src\" | bunyan",
16
"startKafkaConsumers": "npm run -s build && node dist/index-kafka.js",
0 commit comments