Skip to content

Commit c790f90

Browse files
committed
Merge branch 'master' into master
2 parents 7350f3a + 930e842 commit c790f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"nodemon": "^1.8.1"
5757
},
5858
"scripts": {
59-
"dev": "npm run build && bin/dev",
59+
"dev": "npm run build && node bin/dev",
6060
"build": "./node_modules/.bin/babel src/ -d lib/",
6161
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} ./node_modules/.bin/mongodb-runner start",
6262
"test": "cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js",

0 commit comments

Comments
 (0)