暂无描述

12345678910
  1. #!/bin/bash
  2. #login into private registry
  3. npm login
  4. npm publish ./dist/editor/ --access=public
  5. #logout when finished
  6. npm logout
  7. echo "Published successfully. Use 'npm install [package-name]' in the project you want to use it."

Powered by TurnKey Linux.