Skip to content

Commit 494fa69

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
refactor: drop repo-tool as an exec wrapper (#69)
1 parent 34ffb7e commit 494fa69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"node": ">=6.0.0"
1111
},
1212
"scripts": {
13-
"test": "repo-tools test run --cmd ava -- -T 5m --verbose system-test/*.test.js"
13+
"test": "ava -T 5m --verbose system-test/*.test.js"
1414
},
1515
"dependencies": {
1616
"@google-cloud/dlp": "^0.6.0",

0 commit comments

Comments
 (0)