From b3a5ca85cec4a0e4e11e2140bd1e19c927628e50 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 28 Apr 2021 14:11:02 +0200 Subject: [PATCH] Add root pack-web command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 14a303d5..990270b7 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "test-chrome": "lerna run test-chrome", "coverage": "yarn workspaces foreach run coverage", "build": "lerna run build", - "docs": "yarn workspaces foreach run docs" + "docs": "yarn workspaces foreach run docs", + "pack-web": "yarn workspaces foreach run pack-web" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1",