tanshu
ee7f036ced
Fix: Recipes costing of semi items would show very high cost of the whole recipe for per unit as ingredient |
||
---|---|---|
brewman | ||
docker | ||
overlord | ||
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