Skip to content

Commit

Permalink
fix: change script server-build
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Mar 3, 2021
1 parent 1bd516b commit 22d9894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"analyze": "cross-env-shell NODE_OPTIONS=\"-r esm\" ANALYZE=true next build",
"server-build": "npm install && npm run build && pm2 reload nadine-frontend",
"server-build": "npm install && npm run build && pm2 reload your_pm2_name",
"start": "next start -p 5555",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
Expand Down

0 comments on commit 22d9894

Please sign in to comment.