diff --git a/locust/webui/package.json b/locust/webui/package.json index 6f30428177..bf52e88768 100644 --- a/locust/webui/package.json +++ b/locust/webui/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite", "dev:watch": "vite build --watch", - "build": "tsc && vite build", + "build": "vite build", "lint": "eslint './src/**/*.{ts,tsx}'", "format": "prettier --write '**/**/*.{ts,tsx}'", "type-check": "tsc",