From 21c318e9c5de8db39fcbc005ae38ce25ad5d7c0b Mon Sep 17 00:00:00 2001 From: xmlking Date: Tue, 8 Jan 2019 10:27:18 -0800 Subject: [PATCH] docs(docs): added docs for published lib modules --- nx.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nx.json b/nx.json index 077327560..b0ffaea9e 100644 --- a/nx.json +++ b/nx.json @@ -129,6 +129,9 @@ }, "admin": { "tags": ["entry-module"] + }, + "models": { + "tags": ["utils"] } } }