diff --git a/package.json b/package.json index f820385..14fe115 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", + "build:publish": "npm i && npm run build && pm2 restart ecosystem.config.js", "start": "next start", "publish-3001": "next start -p 3001", "lint": "next lint" @@ -46,4 +47,4 @@ "@faker-js/faker": "^7.6.0", "eslint-config-next": "^13.3.0" } -} +} \ No newline at end of file