You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up to this point I've run these two commands to release to NPM:
npm version patch
npm publish
I've never worked on an NPM project with multiple authors. Do we just add usernames to the package.json so other folks can publish to the package endpoint as well?
Also, @ckundo I'm just relying on npm publish to create the lib/ dir in the package straight off the master branch. My preference is to avoid complex release models i.e. with a release branch. All work goes right into master; we use semver to and npm version to indicate release milestones.
Open questions:
release
branch with the build artifacts?@addyosmani you've been managing the
a11y
node module I believe. Any thoughts or recommendations based on your experience? cc @aliceThe text was updated successfully, but these errors were encountered: