Skip to content

Commit b6989e8

Browse files
committed
update start script
1 parent 47fad72 commit b6989e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start.bat

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ IF %ERRORLEVEL% NEQ 0 ( ECHO npm wasn't found, skipping update && GOTO :start )
1111

1212

1313
cd /D "%~dp0"
14+
git fetch --all
1415
git reset --hard github/main
1516

1617
npm install & npm run start

0 commit comments

Comments
 (0)