Skip to content

Commit 8fe103b

Browse files
JustinBeckwithAce Nassri
authored and
Ace Nassri
committed
refactor: drop repo-tool as an exec wrapper (#56)
1 parent c47b0f1 commit 8fe103b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"ava": "ava -T 20s --verbose test/*.test.js ./system-test/*.test.js",
1313
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js ./system-test/*.test.js && nyc report",
14-
"test": "repo-tools test run --cmd npm -- run cover"
14+
"test": "npm run cover"
1515
},
1616
"dependencies": {
1717
"@google-cloud/translate": "1.1.0",

0 commit comments

Comments
 (0)