mac

"build": "npm run test:build && cd ../web && open . && (rm -rf static.zip || true) && zip -q -r static.zip static"

windows

"build": "npm run test:build && cd ../web && start . && (rm -rf static.zip || true) && zip -q -r static.zip static"

 

相关文章:

  • 2021-12-02
  • 2022-12-23
  • 2022-01-16
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-03
  • 2021-10-24
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案