Go to file
2021-11-21 11:52:03 +05:30
brewman Version Bump v10.2.9 2021-11-21 11:52:03 +05:30
docker DB Normalization: Moved fractionUnits back to Product from SKU as it is better suited there. 2021-11-02 14:00:15 +05:30
overlord Version Bump v10.2.9 2021-11-21 11:52:03 +05:30
sql
.env
.gitignore
CHANGES.md
deploy.sh
lint.sh
README.md
version_bump.sh

Prettier - to format typescript files

npx prettier --write src/app/

Eslint - to lint typescript files

eslint src/app/

Optional to fix the errors as well

eslint src/app/ --fix

Poerty remove environment

rm -rf `poetry env info -p`

Poerty install

poetry install