We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c046534 commit 42db1c5Copy full SHA for 42db1c5
dev-setup.sh
@@ -7,11 +7,6 @@ COLOR_GREEN="$(tput setaf 2)"
7
COLOR_MAGENTA="$(tput setaf 5)"
8
COLOR_LIGHT_BLUE="$(tput setaf 81)"
9
10
-echo "$COLOR_LIGHT_BLUE 🧑🔧 Setting up pre-commit script... $COLOR_REST"
11
-cd .git/hooks/
12
-ln -sf ../../pre-commit.sh pre-commit
13
-cd ../..
14
-
15
echo "$COLOR_LIGHT_BLUE 🧑🔧 Building Docker images... $COLOR_REST"
16
docker compose build
17
0 commit comments