From 81a49ac5364723b2f6ce7db08f2ad09e94924076 Mon Sep 17 00:00:00 2001 From: mei Date: Sat, 14 Dec 2024 07:25:53 +0800 Subject: [PATCH] update --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fbff0f1..430d080 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "build-and-start": "npm run build && npm run start" }, "dependencies": { "@radix-ui/react-slot": "^1.1.1",