Skip to content

Commit

Permalink
refactor: drop repo-tool as an exec wrapper (#62)
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 0a85a8c commit d0b5c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-language/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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/language": "1.2.0",
Expand Down

0 comments on commit d0b5c39

Please sign in to comment.