From 3fc48feefb8c92550751d587e9e6347fbad20bca Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Tue, 30 Apr 2024 18:26:08 +0200 Subject: [PATCH] Re-add chromatic CI to github workflow --- .github/workflows/ci-chromatic.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-chromatic.yaml b/.github/workflows/ci-chromatic.yaml index 61b3b62ce..fd8eb3c34 100644 --- a/.github/workflows/ci-chromatic.yaml +++ b/.github/workflows/ci-chromatic.yaml @@ -36,5 +36,4 @@ jobs: echo "REACT_APP_SERVER_BASE_URL: $REACT_APP_SERVER_BASE_URL" >> .env - name: Publish to Chromatic run: | - cd packages/twenty-front - npx nx chromatic:ci + npx nx run twenty-front:chromatic:ci