Skip to content

Commit

Permalink
fixed pm2 project
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkShawn2020 committed Mar 27, 2024
1 parent d10b373 commit eeb67f3
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 @@ -13,7 +13,7 @@
"start": "next start",
"migrate-dev": "prisma migrate dev",
"update": "git add . && git stash && git pull -f && yarn",
"postupdate": "DIST=.next-tmp && rm -rf $DIST && DIST=$DIST yarn build && rm -rf .next && mv $DIST .next && pm2 restart eval-ai"
"postupdate": "DIST=.next-tmp && rm -rf $DIST && DIST=$DIST yarn build && rm -rf .next && mv $DIST .next && pm2 restart p01"
},
"dependencies": {
"@alicloud/dysmsapi20170525": "2.0.24",
Expand Down

0 comments on commit eeb67f3

Please sign in to comment.