Skip to content

Commit

Permalink
Fixed script again
Browse files Browse the repository at this point in the history
  • Loading branch information
IMXNOOBX committed Apr 2, 2024
1 parent 8ddb437 commit aaede9f
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 @@ -8,7 +8,7 @@
"start": "next start",
"production": "next build && next start -p 4224",
"lint": "next lint",
"pm2-start": "npm run pm2-stop && pm2 start \"npm run production\" --name my-universe",
"pm2-start": "pm2 start \"npm run production\" --name my-universe",
"pm2-stop": "pm2 delete my-universe"
},
"dependencies": {
Expand Down

0 comments on commit aaede9f

Please sign in to comment.