build.bat 86 B

123456
  1. title WmsApp build
  2. set current_path="%cd%"
  3. cd %current_path%
  4. cd ..
  5. npm run build
  6. pause