Skip to content

Commit

Permalink
Build updates. (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Nov 21, 2022
1 parent 7e43e98 commit bf6d22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3,636 deletions.
3 changes: 2 additions & 1 deletion compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"pretest": "npm run lint",
"unit-test": "ava -T 20s --verbose test/*.test.js",
"system-test": "ava -T 20s --verbose system-test/*.test.js",
"test": "npm run unit-test && npm run system-test"
"all-test": "npm run unit-test && npm run system-test",
"test": "samples test run --cmd npm -- run all-test"
},
"dependencies": {
"@google-cloud/compute": "0.7.2",
Expand Down
Loading

0 comments on commit bf6d22f

Please sign in to comment.