Plasma FHIR Client
-
npm run build
- Alternative...
npm run clean
npm run rollup
npm test
- Update version in both
package.json
androllup.config.mjs
- Can't get it to load the package.json since I'm on Node16 on my Mac
- Delete the segment in
.npmrc
npm publish --access public
If you also want to publish to Github...
- Update
package.json
to use this:"registry": "https://npm.pkg.github.com"
npm publish