debug fixes
This commit is contained in:
@@ -23,4 +23,9 @@ if ! pnpm lint; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Update commit.json with the latest commit hash
|
||||
COMMIT_HASH=$(git rev-parse HEAD)
|
||||
echo "{ \"commit\": \"$COMMIT_HASH\" }" > app/commit.json
|
||||
git add app/commit.json
|
||||
|
||||
echo "👍 All good! Committing changes..."
|
||||
|
||||
Reference in New Issue
Block a user