Fix user and poster not showing in vouchers
This commit is contained in:
@@ -7,10 +7,10 @@ parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
|
||||
cd "$parent_path/overlord" || exit
|
||||
npx prettier --write src/app
|
||||
npx ng lint --fix
|
||||
cd "$parent_path/brewman" || exit
|
||||
|
||||
uvx ruff format .
|
||||
uvx ruff check . # Lint all files in the current directory (and any subdirectories)
|
||||
uvx bandit --recursive brewman
|
||||
uvx bandit --recursive .
|
||||
uvx safety check
|
||||
cd "$parent_path/brewman" || exit
|
||||
uv run ruff format .
|
||||
uv run ruff check . # Lint all files in the current directory (and any subdirectories)
|
||||
uv run bandit --recursive brewman
|
||||
uv run bandit --recursive .
|
||||
uv run safety check
|
||||
Reference in New Issue
Block a user