diff --git a/package.json b/package.json index 2d225644..2880e0c8 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", + "build:restart": "lsof -ti:3000 | xargs kill 2>/dev/null; next build && next start &", "start": "next start", "lint": "eslint", "test:e2e": "playwright test",