From 190b1cd940839247b2ed9b7d0193aefa54c42e19 Mon Sep 17 00:00:00 2001 From: tedezed Date: Thu, 3 Oct 2024 14:33:02 +0200 Subject: [PATCH] Check commands --- .github/workflows/template-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template-ci.yml b/.github/workflows/template-ci.yml index 98e4723..7dee5ba 100644 --- a/.github/workflows/template-ci.yml +++ b/.github/workflows/template-ci.yml @@ -49,6 +49,7 @@ jobs: - name: Start project run: | + set -x cd ${PROJECT_PATH} yarn yarn dev