Skip to content

Commit

Permalink
refactor: drop repo-tool as an exec wrapper (#35)
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 d11312b commit a3a9758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texttospeech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=4.0.0"
},
"scripts": {
"test": "repo-tools test run --cmd ava -- -T 1m --verbose system-test/*.test.js"
"test": "ava -T 1m --verbose system-test/*.test.js"
},
"dependencies": {
"@google-cloud/text-to-speech": "0.2.0",
Expand Down

0 comments on commit a3a9758

Please sign in to comment.