add p script
parent
d6e2dbf8da
commit
aec8ff2fe6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue