Skip to content

Commit

Permalink
update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joaaomanooel committed Sep 21, 2018
1 parent f6c5ebd commit aa581f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test": "mocha tests/**/*.spec.js --require babel-register",
"test:tdd": "npm test -- --watch ",
"test:converage": "nyc npm test",
"coveralls": "npm run test:converage && nyc report --reporter=text-lcov | coveralls"
"coveralls": "npm run test:converage && nyc report --reporter=text-lcov | coveralls",
"prepublish": "npm run build:all"
},
"files": [
"dist",
Expand Down

0 comments on commit aa581f4

Please sign in to comment.