tanshu
ba4f8a4831
Update password works Updated the precision and nullability for models Batch was sending non round quantity_available Amounts were not being displayed in daybook Moved dockerfile from root to have a consistent build environment
330 B
330 B
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