summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-07-21 04:48:52 +0200
committerJules Laplace <julescarbon@gmail.com>2017-07-21 04:48:52 +0200
commitd41070c7b00fafc974a1a6e7b6d1b42391fa57ed (patch)
tree4178eba89627e8581cdc5eea65bf7f11591f6b45 /package.json
parentd02cbad01f3abfa8a1aad0b55b8bd9cf544090cf (diff)
all async paths working
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b365026..3f3a024 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"start": "babel-node index.js --presets es2015,stage-2",
"test": "mocha test/ --recursive",
"db:reset": "knex migrate:rollback ; knex migrate:latest",
- "worker": "node lib/worker"
+ "worker": "babel-node lib/worker --presets es2015,stage-2"
},
"author": "jules laplace <julescarbon@gmail.com>",
"license": "UNLICENSED",