mirror of https://github.com/locustio/locust.git
Add command to package.json
This commit is contained in:
parent
13b0f14b2a
commit
410dc1f96a
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue