Skip to content

Commit

Permalink
build: add GitHub actions config for unit tests (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Feb 12, 2020
1 parent db4bae1 commit e599fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/google-cloud-monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"test": "c8 mocha",
"fix": "eslint '**/*.js' --fix",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
"predocs-test": "npm run docs",
"prelint": "cd samples; npm link ../; npm i"
},
"dependencies": {
"google-gax": "^1.7.5"
Expand Down

0 comments on commit e599fc1

Please sign in to comment.