Package Exports
- @plasmahealth/plasma-fhir-client
Readme
plasma-fhir-client-ts
Plasma FHIR Client
Build
npm run build- Alternative...
npm run cleannpm run rollup
Test
npm test
Publish
- Update version in both
package.jsonandrollup.config.mjs- Can't get it to load the package.json since I'm on Node16 on my Mac
- Delete the segment in
.npmrcthat has to do with github npm publish --access public
If you also want to publish to Github...
- Update
package.jsonto use this:"registry": "https://npm.pkg.github.com" npm publish