Skip to content

Commit

Permalink
Switch to Yarn for CI build. (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Nov 17, 2022
1 parent 5df3e5f commit bf8e860
Show file tree
Hide file tree
Showing 2 changed files with 1,406 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"scripts": {
"test": "cd ..; npm run st -- translate/system-test/*.test.js"
"test": "cd ..; npm run st -- --verbose translate/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/translate": "0.6.0",
"yargs": "6.5.0"
"yargs": "6.6.0"
},
"engines": {
"node": ">=4.3.2"
Expand Down
Loading

0 comments on commit bf8e860

Please sign in to comment.