npm-publish
npm-publish copied to clipboard
Configure publish directory
The signature of npm publish command allows to define the folder used as root:
npm publish [<tarball>|<folder>] [--tag <tag>] [--access <public|restricted>] [--dry-run]
Is it possible to configure <folder> parameter when using JS-DevTools/npm-publish action?