Skip to content

Commit a3a9758

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
refactor: drop repo-tool as an exec wrapper (#35)
1 parent d11312b commit a3a9758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

texttospeech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=4.0.0"
1010
},
1111
"scripts": {
12-
"test": "repo-tools test run --cmd ava -- -T 1m --verbose system-test/*.test.js"
12+
"test": "ava -T 1m --verbose system-test/*.test.js"
1313
},
1414
"dependencies": {
1515
"@google-cloud/text-to-speech": "0.2.0",

0 commit comments

Comments
 (0)