Skip to content

Commit

Permalink
docs: individual package support (#1479)
Browse files Browse the repository at this point in the history
docs: refactor doc scripts for modularization
  • Loading branch information
callmehiphop authored and stephenplusplus committed Aug 11, 2016
1 parent be3d998 commit 0bba655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 0bba655

Please sign in to comment.