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.
2 parents 7350f3a + 930e842 commit c790f90Copy full SHA for c790f90
package.json
@@ -56,7 +56,7 @@
56
"nodemon": "^1.8.1"
57
},
58
"scripts": {
59
- "dev": "npm run build && bin/dev",
+ "dev": "npm run build && node bin/dev",
60
"build": "./node_modules/.bin/babel src/ -d lib/",
61
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} ./node_modules/.bin/mongodb-runner start",
62
"test": "cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js",
0 commit comments