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