1.0.11 • Published 4 years ago

visably-search-lib v1.0.11

Weekly downloads
9
License
-
Repository
github
Last release
4 years ago

visably-search-lib

provides access to common tooling needed across repositories supporting search

Development

run npx tslint --project . && npx prettier "src/**/*.ts" --list-different before pushing your changes to make sure you've not introduced any issues.

Releasing (merging to master)

all use of this npm library has pinned the branch master and, as such, before pushing/merging to master the package must be prepared accordingly before going out.

usually this just requires running:
(note: make sure you commit your changes before running this)

npm run prepare-release (this will open a rebase editor prompt; you can simply write+quit from the editor)

followed by:

git push --follow-tags origin master

TODO:

  • need add unit tests (update prepare-release script once done to also run test:unit)