We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14445c commit b2eb86dCopy full SHA for b2eb86d
cloud-language/snippets/package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"ava": "ava -T 20s --verbose test/*.test.js ./system-test/*.test.js",
18
"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"
+ "test": "npm run cover"
20
},
21
"dependencies": {
22
"@google-cloud/language": "1.2.0",
0 commit comments