diff --git a/package.json b/package.json index fd4c980..244ef65 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", + "p": "git pull && yarn install && yarn build && pm2 restart next" }, "dependencies": { "embla-carousel-autoplay": "^8.5.2",