From 8fba50b2f803a9304df6ec119201d7c9cc04fd7c Mon Sep 17 00:00:00 2001 From: Timotheos Constambeys Date: Sun, 27 Oct 2024 16:58:32 +0200 Subject: [PATCH] fix dev container --- scripts/setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 0255c28..f4f4feb 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -8,9 +8,7 @@ cd "$(dirname "$0")/.." pre-commit install pre-commit install --hook-type commit-msg -cd npm install @commitlint/config-conventional -cd "$(dirname "$0")/.." # Create config dir if not present if [[ ! -d "${PWD}/config" ]]; then