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 Jan 9, 2017
1 parent 8d41819 commit 21dfbcc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/google-cloud-dns/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"scripts": {
"test": "cd ..; npm run st -- dns/system-test/*.test.js"
"test": "cd ..; npm run st -- --verbose dns/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/dns": "0.4.0",
"yargs": "6.5.0"
},
"devDependencies": {
"uuid": "2.0.3"
"yargs": "6.6.0"
},
"engines": {
"node": ">=4.3.2"
Expand Down

0 comments on commit 21dfbcc

Please sign in to comment.