1.0.0-dev • Published 6 years ago
@dac-software/search v1.0.0-dev
#Offers Filters Monorepo
Mono repository aggregates libraries around offers search basing on algolia indexes.
A mono repo support application we are using lerna https://github.com/lerna/lerna
#Installation
For properly installing depedencies for each package you need to prepare whole repository from its ROOT directory, calling lerna commands
For preparing needed devDepedencies on top level
npm installInstalling dependencies in each package
lerna bootstrapInstalling distribute build in repository scope (FOR development tasks like dev-server dist directory have to be present)
lerna run build#Development
####Running tests You can run tests for each package calling:
npm run test####CI (bitbucket pipelines)
Checks codestyles and run tests
1.0.0-dev
6 years ago