diff --git a/dashboard/package.json b/dashboard/package.json index 375846d879178..a16ddb50e172b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -4,7 +4,6 @@ "dev": "next dev", "build": "next build", "start": "next start", - "build-static": "next build", "gen-proto": "./scripts/generate_proto.sh", "lint": "prettier --check . && next lint", "format": "prettier --write . && next lint --fix",