-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d33fe5
commit 9540471
Showing
2 changed files
with
1 addition
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]:telerik/kendo-angular.git | ||
- cd examples && ./bin/publish-gh-pages | ||
|
||
resources: | ||
- name: shippable-kendo-angular-push | ||
type: integration | ||
|