Skip to content

Commit

Permalink
chore(package): use nyan reporter in test:coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Coupelant committed Jul 5, 2016
1 parent ef33b46 commit 4f31f3d
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 @@ -7,7 +7,7 @@
"start": "npm run test:watch",
"test": "NODE_ENV=test mocha",
"test:watch": "npm run test -- --watch",
"test:coverage": "nyc npm test -- --reporter dot && nyc report --reporter=text-lcov | coveralls",
"test:coverage": "nyc npm test -- --reporter nyan && nyc report --reporter=text-lcov | coveralls",
"lint": "eslint src/",
"compile": "rimraf lib/*; babel src/ -d lib/ -s && cp -r src/dockerfiles lib/dockerfiles",
"compile:watch": "npm run compile -- -w",
Expand Down

0 comments on commit 4f31f3d

Please sign in to comment.