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 14, 2023
1 parent a9e3fd4 commit cb64e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/server-refresh.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cd ${SERVER_PATH}
cd server
nvm use 18.17.0
nvm use 16.13.1
npm run stop-dev
git fetch
git pull
Expand Down

0 comments on commit cb64e5d

Please sign in to comment.