@flairstechpulse/mdf-field-insertion
v6.1.2
Published
Encapsulates the logic for processing document analysis, enforcing the rules and inserting the fields.
Downloads
637
Readme
Role
Encapsulates the logic for processing document analysis, enforcing the rules and inserting the fields.
Local without publishing
- build the package
npm run build
- go to the root of the project that is using this package (e.g. mdf-field-insertion, mdf-field-insertion-ui)
- uninstall the published version
npm uninstall @flairstechpulse/mdf-field-insertion
- link the local version
npm link path-to-this-directory
- when you change the code, you need to rebuild the package through
npm run build
and the changes will be reflected in the project that is using this package - when you are done, you can unlink the package
npm unlink @flairstechpulse/mdf-field-insertion
Publishing
- update the version in the package.json
- build the package
npm run build
- publish the package
npm publish --access public