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",