Skip to content

Commit

Permalink
remove unneeded require from nyc report
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesso committed Nov 11, 2018
1 parent bfbb969 commit 6f51546
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 @@ -12,7 +12,7 @@
"start:prod": "babel-node server/app.prod.js",
"start": "concurrently \"npm run start:client\" \"npm run start:server\"",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"coverage": "NODE_ENV=test nyc --require @babel/register report --reporter=text-lcov | coveralls"
"coverage": "NODE_ENV=test nyc report --reporter=text-lcov | coveralls"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 6f51546

Please sign in to comment.