From 0bba65557c8dffa4b3282f84bb4246b96583a42b Mon Sep 17 00:00:00 2001 From: Dave Gramlich Date: Thu, 11 Aug 2016 15:03:40 -0400 Subject: [PATCH] docs: individual package support (#1479) docs: refactor doc scripts for modularization --- packages/google-cloud-compute/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-compute/package.json b/packages/google-cloud-compute/package.json index 8f98df196da..c54c67ee47c 100644 --- a/packages/google-cloud-compute/package.json +++ b/packages/google-cloud-compute/package.json @@ -67,7 +67,7 @@ "proxyquire": "^1.7.10" }, "scripts": { - "publish": "node ../../scripts/publish.js", + "publish": "node ../../scripts/publish.js compute", "test": "mocha test/*.js", "system-test": "mocha system-test/*.js --no-timeouts --bail" },