|
@@ -17,7 +17,8 @@
|
|
|
"seed": "yarn knex seed:run",
|
|
|
"api": "node src/api/structures/Server",
|
|
|
"site": "cross-env NODE_ENV=production nuxt start",
|
|
|
- "update": "git pull && yarn install && yarn migrate && yarn build"
|
|
|
+ "update": "git pull && yarn install && yarn migrate && yarn build && yarn restart",
|
|
|
+ "restart": "pm2 restart lolisafe-api && pm2 restart lolisafe-website"
|
|
|
},
|
|
|
"repository": {
|
|
|
"type": "git",
|