mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 14:40:13 -08:00
Remove migration lock file and update reset environment script to use dynamic working directory
This commit is contained in:
@@ -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
|
||||
|
||||
1947
package-lock.json
generated
1947
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,3 +0,0 @@
|
||||
# Please do not edit this file manually
|
||||
# It should be added in your version-control system (e.g., Git)
|
||||
provider = "postgresql"
|
||||
@@ -8,7 +8,7 @@ set -o pipefail # Error if any command in a pipe fails
|
||||
|
||||
# Constants
|
||||
readonly SCRIPT_NAME="$(basename "$0")"
|
||||
readonly WORK_DIR="/home/acedanger/dev/finance"
|
||||
readonly WORK_DIR="$(dirname "$(realpath "$0")")"
|
||||
readonly REQUIRED_NODE_VERSION="20.19.0" # Minimum required version
|
||||
|
||||
# Functions
|
||||
|
||||
Reference in New Issue
Block a user