build.bat 84 B

123456
  1. set current_path="%~dp0"
  2. cd %current_path%
  3. cd ..
  4. rmdir /s/q dist
  5. npm run build
  6. pause