Skip to content

Commit 09e6971

Browse files
committed
chore: update npm scripts
1 parent 0deefa4 commit 09e6971

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
"server": "npm run copy:localconfig && next dev",
1212
"server:mock": "npm run copy:e2econfig && next dev",
1313
"build": "next build",
14-
"rebuild": "npm install && next build",
1514
"start": "next start",
1615
"pm2:start": "pm2 kill && pm2 start ecosystem.config.js && pm2 save",
17-
"pm2:restart": "npm run rebuild && pm2 kill && pm2 restart ecosystem.config.js && pm2 save",
16+
"pm2:restart": "next build && pm2 kill && pm2 restart ecosystem.config.js && pm2 save",
1817
"pm2:status": "pm2 ls",
1918
"pm2:stop": "pm2 stop ecosystem.config.js",
2019
"mock:up": "docker compose -f docker-compose.mock.yml up -d",

0 commit comments

Comments
 (0)