标签: node.js shell npm automation
我想在自动脚本中运行npm publish。
npm publish
我尝试--prefix选项,它不起作用:
--prefix
npm publish --prefix /path/to/package;