Skip to content

Commit

Permalink
also remove build-static in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Mar 13, 2024
1 parent 6e0c6ff commit f5d2177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f5d2177

Please sign in to comment.