We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9f784 commit 7cc0599Copy full SHA for 7cc0599
package.json
@@ -55,7 +55,7 @@
55
"nodemon": "^1.8.1"
56
},
57
"scripts": {
58
- "dev": "npm run build && bin/dev",
+ "dev": "npm run build && node bin/dev",
59
"build": "./node_modules/.bin/babel src/ -d lib/",
60
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} ./node_modules/.bin/mongodb-runner start",
61
"test": "cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js",
0 commit comments