mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -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
|
#!/usr/bin/env bash
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
echo "Running Biome checks before commit..."
|
echo "Running Biome checks before commit..."
|
||||||
npm run check || exit 1
|
npm run check || exit 1
|
||||||
|
|||||||
1945
package-lock.json
generated
1945
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
|
# Constants
|
||||||
readonly SCRIPT_NAME="$(basename "$0")"
|
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
|
readonly REQUIRED_NODE_VERSION="20.19.0" # Minimum required version
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
|
|||||||
Reference in New Issue
Block a user