Skip to content

Commit

Permalink
refactor: drop repo-tool as an exec wrapper (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and alexander-fenster committed Jun 26, 2018
1 parent 44023f9 commit 7beec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"ava": "ava -T 20s --verbose test/*.test.js ./system-test/*.test.js",
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js ./system-test/*.test.js && nyc report",
"test": "repo-tools test run --cmd npm -- run cover"
"test": "npm run cover"
},
"dependencies": {
"@google-cloud/translate": "1.1.0",
Expand Down

0 comments on commit 7beec75

Please sign in to comment.