Skip to content

Commit

Permalink
Fix command coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
davibusanello committed Oct 14, 2018
1 parent c044977 commit 3a5bc35
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 @@ -15,7 +15,7 @@
"test": "./node_modules/.bin/mocha tests/**/*.spec.js --require @babel/register --require @babel/polyfill",
"test:tdd": "./node_modules/.bin/mocha tests/**/*.spec.js --require @babel/register --require @babel/polyfill --watch --reporter=nyan",
"test:coverage": "nyc npm test",
"coveralls": "npm test:coverage && nyc report --reporter=text-lcov | coveralls"
"coveralls": "npm run test:coverage && nyc report --reporter=text-lcov | coveralls"
},
"files": [
"dist",
Expand Down

0 comments on commit 3a5bc35

Please sign in to comment.