Remove migration lock file and update reset environment script to use dynamic working directory

This commit is contained in:
Peter Wood
2025-05-17 19:43:42 -04:00
parent 30db75270e
commit cf99168f8f
4 changed files with 1391 additions and 564 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
#!/usr/bin/env bash
echo "Running Biome checks before commit..."
npm run check || exit 1