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.
1 parent 854185e commit d0427b7Copy full SHA for d0427b7
bin/dev
100644
100755
package.json
@@ -39,7 +39,7 @@
39
"nodemon": "^1.8.1"
40
},
41
"scripts": {
42
- "dev": "npm run build && node bin/dev",
+ "dev": "npm run build && bin/dev",
43
"build": "./node_modules/.bin/babel src/ -d lib/",
44
"pretest": "MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} mongodb-runner start",
45
"test": "NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover -x **/spec/** ./node_modules/.bin/jasmine",
0 commit comments