Skip to content

Commit

Permalink
chore: remove marklogic app from ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Jan 23, 2024
1 parent b75677b commit 42cea98
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 67 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ 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 React Nextjs app
working-directory: ./examples/kendo-react-nextjs
run: |
Expand All @@ -82,7 +71,7 @@ jobs:
working-directory: ./examples/kendo-react-sales-dashboard
run: |
npm ci
CI= npm run build
npm run build
- name: Build React SSR app
working-directory: ./examples/kendo-react-ssr
Expand Down
74 changes: 21 additions & 53 deletions examples/kendo-react-sales-dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/kendo-react-sales-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"devDependencies": {
"react-scripts": "5.0.1",
"@progress/kendo-theme-default": "^7.0.2",
"@progress/kendo-theme-material": "dev"
"@progress/kendo-theme-default": "^7.2.0",
"@progress/kendo-theme-material": "^7.2.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 42cea98

Please sign in to comment.