@flairstechpulse/mdf-filename-cleaner
v2.0.0
Published
Shared access to fileName cleaning logic. The fileName gets cleaned in the UI and then we need to retrieve the file name from smartsheet Lambda Field Insertion, and UI Field Insertion
Downloads
157
Readme
Role
Shared access to fileName cleaning logic. The fileName gets cleaned in the UI and then we need to retrieve the file name from smartsheet Lambda Field Insertion, and UI Field Insertion
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-filename-cleaner
- 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-filename-cleaner
Publishing
- update the version in the package.json
- build the package
npm run build
- publish the package
npm publish --access public