Add command to package.json

This commit is contained in:
Andrew Baldwin 2024-08-19 15:07:21 -04:00
parent 13b0f14b2a
commit 410dc1f96a
1 changed files with 1 additions and 0 deletions

View File

@ -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",