Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond42 committed Aug 5, 2019
1 parent b114792 commit 5c31f3b
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 @@ -8,7 +8,7 @@
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"build": "rm -rf build && babel -d ./build ./src -s",
"start": "npm run build && node ./build/index.js",
"dev": "nodemon --exec babel-node ./src/index.js"
"dev": "nodemon --exec babel-node ./src/index.js",
"test": "NODE_ENV=test mocha --require @babel/register ./src/tests/*.js --exit"
},
"engines": {
Expand Down

0 comments on commit 5c31f3b

Please sign in to comment.