Open KirillDogadin-std opened 1 year ago
Have the package publicly available and installable by npm
After the plugin has been developed, we need to provide the public access for it.
.npmrc
@sidestream/solhint-plugin-makerdao
package.json
npm publish --access public
I suggest to also update the readme to include a new section about npm publishing aka Publish to [npm](https://www.npmjs.com/)
Publish to [npm](https://www.npmjs.com/)
Goal
Have the package publicly available and installable by npm
Context
After the plugin has been developed, we need to provide the public access for it.
Tasks
.npmrc
to gitignore (globally)@sidestream/solhint-plugin-makerdao
inpackage.json
npm publish --access public
in the package directory.