Skip to content

Commit

Permalink
fix tar-server.sh do not update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Oct 23, 2023
1 parent a76cad7 commit 1b729d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/tar-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source $HOME/.bashrc

npm install -g npm pm2 \
npm install -g pm2 \
&& cd ${TARS_INSTALL}/web && npm install

if [ -d ${TARS_INSTALL}/web/demo ]; then
Expand Down
2 changes: 1 addition & 1 deletion tarscpp
Submodule tarscpp updated 0 files

0 comments on commit 1b729d5

Please sign in to comment.