deploment script: install deps
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"export": "next build && next export",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"deploy": "git pull && next build && pm2 restart kroj"
|
||||
"deploy": "git pull && npm i && next build && pm2 restart kroj"
|
||||
},
|
||||
"dependencies": {
|
||||
"@supercharge/request-ip": "^1.1.2",
|
||||
|
||||
Reference in New Issue
Block a user