add chrome auto opener
This commit is contained in:
parent
a829f35952
commit
53a3d71452
2 changed files with 10 additions and 0 deletions
9
openbrowser.bat
Normal file
9
openbrowser.bat
Normal file
|
@ -0,0 +1,9 @@
|
|||
:start
|
||||
|
||||
timeout 3
|
||||
|
||||
curl localhost:3000
|
||||
|
||||
IF %errorlevel% NEQ 0 GOTO :start
|
||||
|
||||
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-fullscreen http://localhost:3000/client.html
|
|
@ -1,4 +1,5 @@
|
|||
git pull
|
||||
START openbrowser.bat
|
||||
CALL npm install
|
||||
CALL npm run build
|
||||
CALL npm run start:win
|
||||
|
|
Loading…
Reference in a new issue