From e5aaa842fc7ccfb8a39d70da3365c1440d08d13e Mon Sep 17 00:00:00 2001 From: Boryana Todorova Date: Tue, 9 Jan 2024 11:49:40 +0200 Subject: [PATCH] chore: fix build command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b089884..9c86f0df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: working-directory: ./examples/kendo-react-sales-dashboard run: | npm ci - npm run build + CI= npm run build # - name: Build React SSR app # working-directory: ./examples/kendo-react-ssr