From 410dc1f96af1fdca5abf68055e72424f08c16ac7 Mon Sep 17 00:00:00 2001 From: Andrew Baldwin Date: Mon, 19 Aug 2024 15:07:21 -0400 Subject: [PATCH] Add command to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fd9e208eb5..bf3ba2e2ce 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "webui:dev:watch": "cd locust/webui && yarn dev:watch", "webui:dev": "cd locust/webui && yarn dev", "webui:build": "cd locust/webui && yarn build", + "webui:build:lib": "cd locust/webui && yarn build:lib", "webui:test": "cd locust/webui && yarn test", "webui:lint": "cd locust/webui && yarn lint", "webui:format": "cd locust/webui && yarn format",