Skip to content

Commit a90af09

Browse files
authored
Update package.json
1 parent 22b5914 commit a90af09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"lint": "eslint .",
1111
"lint:fix": "eslint . --fix || true",
1212
"build": "babel src -d dist --presets es2015 --copy-files",
13-
"prestart": "npm run -s build",
1413
"start": "node dist",
1514
"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",
1615
"startKafkaConsumers": "npm run -s build && node dist/index-kafka.js",

0 commit comments

Comments
 (0)