From 3f40e9138ce5f00270ad5a40ff0ecd611eb191b1 Mon Sep 17 00:00:00 2001 From: EECOLOR Date: Sat, 14 Apr 2018 00:47:41 +0200 Subject: [PATCH] forgot to add `docs` to the workspaces --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7b6d64d..8a4777a8 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "private": true, - "workspaces": ["example", "library", "docs-src"] + "workspaces": ["example", "library", "docs"] }