Skip to content

Commit

Permalink
[add] server refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
VecHK committed Dec 15, 2023
1 parent 329077a commit e64d426
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/server-refresh.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
cd ${SERVER_PATH}
cd server
nvm use 18.17.0
npm run stop-dev
git fetch
git pull
npm install
npm run start-dev
# cd ${SERVER_PATH}
# cd server
# nvm use 18.17.0
# npm run stop-dev
# git fetch
# git pull
# npm install
# npm run start-dev

0 comments on commit e64d426

Please sign in to comment.