Fix: Open bill regex and the data sent by front-end was not compatible.

This commit is contained in:
2021-06-14 07:40:43 +05:30
parent 83aa47b33a
commit d9a6c5d20f
3 changed files with 9 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
cd "$parent_path/bookie" || exit
npx prettier --write src/
npx prettier --write src/app
npx ng lint --fix
cd "$parent_path/barker" || exit
isort barker