build-lib.bat 88 B

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