Go to file
2021-01-27 09:21:38 +05:30
brewman Version Bump v9.4.1 2021-01-27 09:21:38 +05:30
docker/app
overlord Version Bump v9.4.1 2021-01-27 09:21:38 +05:30
sql
.env
.gitignore
CHANGES.md
deploy.sh Feature: Added lint, version_bump and deploy scripts 2021-01-25 13:14:17 +05:30
lint.sh Feature: Added lint, version_bump and deploy scripts 2021-01-25 13:14:17 +05:30
README.md
version_bump.sh Feature: Added lint, version_bump and deploy scripts 2021-01-25 13:14:17 +05:30

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