fix: daterangepicker key

This commit is contained in:
2025-03-19 02:12:27 -04:00
parent dc3106b4a4
commit d2238bdf9b
2 changed files with 12 additions and 7 deletions

View File

@ -185,6 +185,11 @@
text = ''
git_root=$(git rev-parse --show-toplevel)
if [ -n "''${1:-}" ]; then
cd "''${git_root}/client"
npm run format
fi
cd "''${git_root}"
echo "Linting protobuf"
buf lint