Skip to content

Commit b2eb86d

Browse files
JustinBeckwithNimJay
authored andcommitted
refactor: drop repo-tool as an exec wrapper (#62)
1 parent d14445c commit b2eb86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-language/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"ava": "ava -T 20s --verbose test/*.test.js ./system-test/*.test.js",
1818
"cover": "nyc --reporter=lcov --cache ava -T 20s --verbose test/*.test.js ./system-test/*.test.js && nyc report",
19-
"test": "repo-tools test run --cmd npm -- run cover"
19+
"test": "npm run cover"
2020
},
2121
"dependencies": {
2222
"@google-cloud/language": "1.2.0",

0 commit comments

Comments
 (0)