From cc892e9be5aa4f89212ab2a7aed2eacedda7a176 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 28 Apr 2021 14:09:24 +0200 Subject: [PATCH] Update root docs command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0c536ff..14a303d5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test-chrome": "lerna run test-chrome", "coverage": "yarn workspaces foreach run coverage", "build": "lerna run build", - "docs": "lerna run docs" + "docs": "yarn workspaces foreach run docs" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1",