mutua-tiny-npm-deploy
v1.0.0
Published
1. Make sure package name is unique 2. Specify which files should be sent to NPM after publishing 3. Split 'dependencies' and 'devDependencies' 4. Set the package to be publicly accessible 5. I fbuilding a CLI, configure the file to run 6. Add a 'prePubli
Downloads
1
Readme
Deployment Checklist
- Make sure package name is unique
- Specify which files should be sent to NPM after publishing
- Split 'dependencies' and 'devDependencies'
- Set the package to be publicly accessible
- I fbuilding a CLI, configure the file to run
- Add a 'prePublish' script
- Commit to git
- Run 'npm publish'
- Voilaa!