From 6cdaaf84f3eab879bade2477ddba6f1e1ad53222 Mon Sep 17 00:00:00 2001 From: Boryana Todorova Date: Tue, 9 Jan 2024 17:47:40 +0200 Subject: [PATCH] chore: marklogic does not build --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f271f66e..8d7d8f3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,16 +55,16 @@ jobs: npm ci npm run build - - name: Build Marklogic app - working-directory: ./examples/kendo-react-marklogic-example - run: | - cd setup - npm i - cd ../server - npm i - cd ../ui - npm i - npm run build + # - name: Build Marklogic app + # working-directory: ./examples/kendo-react-marklogic-example + # run: | + # cd setup + # npm i + # cd ../server + # npm i + # cd ../ui + # npm i + # npm run build - name: Build React Nextjs app working-directory: ./examples/kendo-react-nextjs