Skip to content

Commit 7ffd0db

Browse files
tsvetomirIvan Peshev
andcommitted
feat: update ghp publish script (#2676)
* chore: remove duplicate demo PWA sample is hosted in examples/projects/integration-pwa-material * fix: compilation errors, add lockfile * feat: update ghp publish script * chore: uncomment command * fix: update static index page * chore: rename finance-portfolio project * chore: skip Shippable builds in gh-pages * chore: conditionaly publish to gh pages * chore: change path before run script * chore: node memory * chore: add key for push Co-authored-by: Ivan Peshev <[email protected]>
1 parent 6ff186d commit 7ffd0db

File tree

181 files changed

+6648
-9360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+6648
-9360
lines changed

examples-standalone/kendo-angular-finance-portfolio/angular.json renamed to examples-standalone/finance-portfolio/angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"kendo-angular-finance-portfolio": {
6+
"finance-portfolio": {
77
"projectType": "application",
88
"schematics": {
99
"@schematics/angular:component": {
@@ -21,7 +21,7 @@
2121
"build": {
2222
"builder": "@angular-devkit/build-angular:browser",
2323
"options": {
24-
"outputPath": "dist/kendo-angular-finance-portfolio",
24+
"outputPath": "dist/finance-portfolio",
2525
"index": "src/index.html",
2626
"main": "src/main.ts",
2727
"polyfills": "src/polyfills.ts",
@@ -66,18 +66,18 @@
6666
"serve": {
6767
"builder": "@angular-devkit/build-angular:dev-server",
6868
"options": {
69-
"browserTarget": "kendo-angular-finance-portfolio:build"
69+
"browserTarget": "finance-portfolio:build"
7070
},
7171
"configurations": {
7272
"production": {
73-
"browserTarget": "kendo-angular-finance-portfolio:build:production"
73+
"browserTarget": "finance-portfolio:build:production"
7474
}
7575
}
7676
},
7777
"extract-i18n": {
7878
"builder": "@angular-devkit/build-angular:extract-i18n",
7979
"options": {
80-
"browserTarget": "kendo-angular-finance-portfolio:build"
80+
"browserTarget": "finance-portfolio:build"
8181
}
8282
},
8383
"lint": {
@@ -93,5 +93,5 @@
9393
}
9494
}
9595
}},
96-
"defaultProject": "kendo-angular-finance-portfolio"
96+
"defaultProject": "finance-portfolio"
9797
}

0 commit comments

Comments
 (0)