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 Ace Nassri committed Nov 17, 2022
1 parent cb2cbf7 commit 61c707a
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 61c707a

Please sign in to comment.