1.0.2 • Published 3 years ago
croogle-types v1.0.2
Development
- Make a change to the package
- Test your change by building, packing and installing your updated NPM package in your project
- In
croogle-typesreponpm run buildnpm pack
- In your project...
npm install ../<path_to>/croogle-types-X.Y.Z.tgzornpm install ../<path_to_repo>
- In
Production
- Make sure you have a npmjs and you have access to
teambk - In
croogle-typesrepo make sure to update thepackege.jsonwith the proper version.1.0.0->1.0.1 - Then run
npm loginto connect tonpm - Run
npm build - Run
npm publish