mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
debug fixes
This commit is contained in:
parent
b16aab1f16
commit
b1a3e3993e
@ -23,4 +23,9 @@ if ! pnpm lint; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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..."
|
echo "👍 All good! Committing changes..."
|
||||||
|
@ -1 +1 @@
|
|||||||
{ "commit": "4b36601061652ec2ec3cb1f1d5c7cc5649690bbb" }
|
{ "commit": "b16aab1f167d91903592e33357ae38e304ca7f65" }
|
||||||
|
Loading…
Reference in New Issue
Block a user