Fix some stragglers

This commit is contained in:
2026-02-02 18:31:03 -05:00
parent 02edf259f0
commit 4d1c30b874
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$DIR/../../express"
cd "$DIR/../../backend"
if [ $# -eq 0 ]; then
# Find all test files - use -print0/xargs to handle filenames safely

View File

@@ -5,5 +5,5 @@ set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ROOT="$DIR/../.."
cd "$ROOT/express"
cd "$ROOT/backend"
"$DIR"/tsx migrate.ts "$@"

View File

@@ -5,5 +5,5 @@ set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ROOT="$DIR/../.."
cd "$ROOT/express"
cd "$ROOT/backend"
"$DIR"/../cmd.d/tsx develop/reset-db.ts "$@"

View File

@@ -5,5 +5,5 @@ set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ROOT="$DIR/../.."
cd "$ROOT/express"
cd "$ROOT/backend"
"$DIR"/../cmd.d/tsx mgmt/add-user.ts "$@"