Make bin/dev executable

Signed-off-by: Alexander Mays <maysale01@gmail.com>
This commit is contained in:
Alexander Mays
2016-02-09 12:49:18 -05:00
parent 854185ecd5
commit d0427b7b8a
2 changed files with 1 additions and 1 deletions

0
bin/dev Normal file → Executable file
View File

View File

@@ -39,7 +39,7 @@
"nodemon": "^1.8.1"
},
"scripts": {
"dev": "npm run build && node bin/dev",
"dev": "npm run build && bin/dev",
"build": "./node_modules/.bin/babel src/ -d lib/",
"pretest": "MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} mongodb-runner start",
"test": "NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover -x **/spec/** ./node_modules/.bin/jasmine",