Skip to content

Commit e1e570a

Browse files
authored
Switch to Yarn for CI build. (#290)
1 parent 9b988ee commit e1e570a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-translate/samples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "Apache Version 2.0",
66
"author": "Google Inc.",
77
"scripts": {
8-
"test": "cd ..; npm run st -- translate/system-test/*.test.js"
8+
"test": "cd ..; npm run st -- --verbose translate/system-test/*.test.js"
99
},
1010
"dependencies": {
1111
"@google-cloud/translate": "0.6.0",
12-
"yargs": "6.5.0"
12+
"yargs": "6.6.0"
1313
},
1414
"engines": {
1515
"node": ">=4.3.2"

0 commit comments

Comments
 (0)