Skip to content

Commit

Permalink
Merge pull request #846 from aneeshd16/patch-1
Browse files Browse the repository at this point in the history
Modified the npm dev script to support Windows
  • Loading branch information
drew-gross committed Mar 5, 2016
2 parents fb9f784 + 7cc0599 commit 930e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"nodemon": "^1.8.1"
},
"scripts": {
"dev": "npm run build && bin/dev",
"dev": "npm run build && node bin/dev",
"build": "./node_modules/.bin/babel src/ -d lib/",
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.0.8} ./node_modules/.bin/mongodb-runner start",
"test": "cross-env NODE_ENV=test TESTING=1 ./node_modules/.bin/babel-node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js",
Expand Down

0 comments on commit 930e842

Please sign in to comment.