Library of helper functions not specific to any project or framework.
- After making changes run
npm buildfollowed bynpm linkto expose the package locally - In your test project run
@npm link @churchapps/helpers - Rerun both after changes
- Update version number in package.json
- Run
npm run build - Run
npm publish --access=public