We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c55e00 commit c0bcdedCopy full SHA for c0bcded
1 file changed
setup.sh
@@ -12,9 +12,6 @@ mise install
12
echo "Installing dependencies..."
13
dotnet restore
14
15
-# echo "Installing pre-commit hooks..."
16
-# mise x -- uv run pre-commit install
17
-
18
echo "Copying .env from main clone if it exists..."
19
MAIN_CLONE_DIR=$(git rev-parse --path-format=absolute --git-common-dir)/..
20
if [ -f "$MAIN_CLONE_DIR/.env" ]; then
0 commit comments