Skip to content

Commit

Permalink
chore: marklogic does not build
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Jan 11, 2024
1 parent 5bd6e61 commit 6cdaaf8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cdaaf8

Please sign in to comment.