Skip to content

Commit

Permalink
chore: remove examples from build
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmariomenev committed Aug 1, 2024
1 parent 6d33fe5 commit 9540471
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,6 @@ jobs:
npm ci
npm run lint
- name: Build ASP.NET Core Data client app
working-directory: ./examples-standalone/aspnetcore-data/ClientApp
run: |
npm ci
npm run lint
- name: Build ASP.NET Core Upload client app
working-directory: ./examples-standalone/aspnetcore-upload/ClientApp
run: |
npm ci
# npm run lint
- name: Build ASP.NET Web API client app
working-directory: ./examples-standalone/aspnetwebapi-data/ClientApp
run: |
npm ci
npm run lint
- name: Build Dialogflow app
working-directory: ./examples-standalone/dialogflow-integration/client
run: |
Expand Down
11 changes: 1 addition & 10 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,7 @@ build:
- npm run lint
- npm run build
- cd -
#
# Lint ASP.NET Core client app
- cd examples-standalone/aspnetcore-data/ClientApp
- npm ci --ignore-scripts
- npm run lint
- npm run build
- cd -
- ssh-add $SHIPPABLEKENDOANGULARPUSH_PRIVATE_KEY_PATH
- git remote set-url origin git@github.com:telerik/kendo-angular.git
- cd examples && ./bin/publish-gh-pages

resources:
- name: shippable-kendo-angular-push
type: integration
Expand Down

0 comments on commit 9540471

Please sign in to comment.