Skip to content

Commit

Permalink
fix update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rvion committed Dec 5, 2023
1 parent f5c0da1 commit a5f4c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion macos_UPDATE.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -eux
rm -rf node_modules/.vite
# rm -rf node_modules/.vite
git checkout master || true
git pull origin master || true
# npm install
3 changes: 1 addition & 2 deletions windows_UPDATE.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rmdir /s /q node_modules\.vite
git checkout master -- package-lock.json
@REM rmdir /s /q node_modules\.vite
git checkout master
git pull origin master
@REM pause

0 comments on commit a5f4c8a

Please sign in to comment.