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 cb9903a commit 8eeaff3
Show file tree
Hide file tree
Showing 2 changed files with 443 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monitoring/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"scripts": {
"test": "cd ..; npm run st -- monitoring/system-test/*.test.js"
"test": "cd ..; npm run st -- --verbose monitoring/system-test/*.test.js"
},
"dependencies": {
"async":"2.1.2",
"googleapis": "15.0.0"
"async":"2.1.4",
"googleapis": "16.0.0"
}
}
Loading

0 comments on commit 8eeaff3

Please sign in to comment.