Skip to content

Commit

Permalink
Remove type-check from webui build process
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaldwin44 committed Dec 1, 2023
1 parent bbbfe78 commit c817de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c817de6

Please sign in to comment.