Fix some commands
This commit is contained in:
@@ -6,6 +6,6 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
|
|
||||||
ROOT="$DIR/../.."
|
ROOT="$DIR/../.."
|
||||||
|
|
||||||
cd "$ROOT/backend"
|
cd "$ROOT/backend/diachron"
|
||||||
|
|
||||||
"$ROOT/cmd" tsx check-deps.ts "$@"
|
"$ROOT/cmd" tsx check-deps.ts "$@"
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ set -eu
|
|||||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
ROOT="$DIR/../.."
|
ROOT="$DIR/../.."
|
||||||
|
|
||||||
cd "$ROOT/backend"
|
cd "$ROOT/backend/diachron"
|
||||||
"$DIR"/tsx migrate.ts "$@"
|
"$DIR"/tsx migrate.ts "$@"
|
||||||
|
|||||||
5
diachron/develop.d/tsx
Executable file
5
diachron/develop.d/tsx
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
|
||||||
|
"$DIR"/../shims/pnpm tsx "$@"
|
||||||
5
diachron/mgmt.d/tsx
Executable file
5
diachron/mgmt.d/tsx
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
|
||||||
|
"$DIR"/../shims/pnpm tsx "$@"
|
||||||
Reference in New Issue
Block a user