From b23a90c4b9cc00184cbd6f3aaf85a638845846bd Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Mon, 22 Jun 2020 15:08:53 +0200 Subject: [PATCH] fix(techdocs-cli): export module to fix tsc error --- packages/techdocs-cli/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/techdocs-cli/src/index.ts b/packages/techdocs-cli/src/index.ts index f3b69cc361..a010f4bfe5 100644 --- a/packages/techdocs-cli/src/index.ts +++ b/packages/techdocs-cli/src/index.ts @@ -13,3 +13,5 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +export const techDocsCli = () => {};