Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Jan 11, 2024
1 parent 0b21ca0 commit cea6d16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,4 @@ jobs:
github_token: ${{ github.token }}
publish_dir: ./examples/dist
user_name: 'kendo-bot'
user_email: '[email protected]'

- name: Cleanup
run: git clean -xdf
user_email: '[email protected]'
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:

- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all branches

- name: Build Coffee warehouse nextjs app
working-directory: ./examples/coffee-warehouse-nextjs
Expand Down Expand Up @@ -75,9 +73,9 @@ jobs:
working-directory: ./examples/kendo-react-nodejs-express
run: |
cd server
npm i
npm ci
cd ../client
npm i
npm ci
npm run build
- name: Build React Sales Dashboard app
Expand Down Expand Up @@ -114,7 +112,4 @@ jobs:
working-directory: ./examples/react-grid-live-data
run: |
npm ci
npm run build
- name: Cleanup
run: git clean -xdf
npm run build

0 comments on commit cea6d16

Please sign in to comment.