add p script

main
Amir Hossein Moghiseh 2025-02-19 16:13:09 +03:30
parent d6e2dbf8da
commit aec8ff2fe6
1 changed files with 2 additions and 1 deletions

View File

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