From 9f6fa51c5ae10dcd9a6e8ff16057036701d89ddd Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Sat, 25 Jan 2025 11:07:54 +0800 Subject: [PATCH] fix: remove unused script --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 5b58d08..e32aebf 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,7 @@ "format": "biome format --write .", "check": "biome check", "check:fix": "biome check --fix", - "build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/", - "build-dev": "next build", - "start-dev": "next start" + "build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/" }, "dependencies": { "@ducanh2912/next-pwa": "^10.2.9",