Skip to content

Commit

Permalink
Merge pull request #2865 from andrewbaldwin44/bugfix/webui-deploy
Browse files Browse the repository at this point in the history
Webui Add build lib command to package.json
  • Loading branch information
cyberw authored Aug 19, 2024
2 parents 13b0f14 + 410dc1f commit 577a0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 577a0e5

Please sign in to comment.