From e599fc1449fe309841266f46cabf38c70d80bb05 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 12 Feb 2020 11:19:15 -0800 Subject: [PATCH] build: add GitHub actions config for unit tests (#361) --- packages/google-cloud-monitoring/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-monitoring/package.json b/packages/google-cloud-monitoring/package.json index d89662cb759..ed693b23fdd 100644 --- a/packages/google-cloud-monitoring/package.json +++ b/packages/google-cloud-monitoring/package.json @@ -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"