We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fad72 commit b6989e8Copy full SHA for b6989e8
start.bat
@@ -11,6 +11,7 @@ IF %ERRORLEVEL% NEQ 0 ( ECHO npm wasn't found, skipping update && GOTO :start )
11
12
13
cd /D "%~dp0"
14
+git fetch --all
15
git reset --hard github/main
16
17
npm install & npm run start
0 commit comments