We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The signature of npm publish command allows to define the folder used as root:
npm publish
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?
<folder>
JS-DevTools/npm-publish
The text was updated successfully, but these errors were encountered:
Should be handled with the proposal in this issue: #81
Sorry, something went wrong.
Rewrite internals for v2 release (#83)
c5f37b9
Addresses #15, #35, #36, #47, #51, and #59
Successfully merging a pull request may close this issue.
The signature of
npm publish
command allows to define the folder used as root:Is it possible to configure
<folder>
parameter when usingJS-DevTools/npm-publish
action?The text was updated successfully, but these errors were encountered: