From f5d2177e673f222c43dbf61d54336a83780e4849 Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Wed, 13 Mar 2024 16:24:23 +0800 Subject: [PATCH] also remove `build-static` in `package.json` Signed-off-by: Bugen Zhao --- dashboard/package.json | 1 - 1 file changed, 1 deletion(-) 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",