build-private.bat 162 B

123456789101112
  1. @echo off
  2. copy /Y setIndex\indexTwo.html index.html
  3. start /B npm run build
  4. timeout /t 35 /nobreak
  5. copy /Y setIndex\indexOne.html index.html
  6. echo Done!
  7. pause