Skip to content

Commit bbba8cf

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
refactor: drop repo-tool as an exec wrapper (#96)
1 parent 5d0b0eb commit bbba8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/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 20s --verbose system-test/*.test.js"
12+
"test": "ava -T 20s --verbose system-test/*.test.js"
1313
},
1414
"dependencies": {
1515
"@google-cloud/speech": "1.5.0",

0 commit comments

Comments
 (0)