Skip to content

Commit

Permalink
chore: add more apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Jan 11, 2024
1 parent 34cf11c commit 5bd6e61
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,31 @@ jobs:
npm ci
npm run build
# - name: Build Marklogic app
# working-directory: ./examples/kendo-react-marklogic-example
# run: |
# 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: |
npm ci
npm run build
# - name: Build React Nodejs Express app
# working-directory: ./examples/kendo-react-nodejs-express
# run: |
# npm ci
# npm run build
- name: Build React Nodejs Express app
working-directory: ./examples/kendo-react-nodejs-express
run: |
cd server
npm i
cd ../client
npm i
npm run build
- name: Build React Sales Dashboard app
working-directory: ./examples/kendo-react-sales-dashboard
Expand Down

0 comments on commit 5bd6e61

Please sign in to comment.