Skip to content

Commit 2d07efc

Browse files
committed
build: upgrade angular-cli-ghpages
1 parent 02f40a7 commit 2d07efc

File tree

3 files changed

+66
-17
lines changed

3 files changed

+66
-17
lines changed

angular.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"builder": "@angular/build:application",
2222
"options": {
2323
"outputPath": {
24-
"base": "dist/demo"
24+
"base": "dist/demo",
25+
"browser": ""
2526
},
2627
"index": "projects/demo/index.html",
2728
"polyfills": [
@@ -85,8 +86,8 @@
8586
"deploy": {
8687
"builder": "angular-cli-ghpages:deploy",
8788
"options": {
88-
"noSilent": true,
89-
"noBuild": true
89+
"noBuild": true,
90+
"dir": "dist/demo"
9091
}
9192
},
9293
"lint": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/sinon-chai": "^3.2.9",
6565
"@typescript-eslint/eslint-plugin": "^8.33.1",
6666
"@typescript-eslint/parser": "^8.33.1",
67-
"angular-cli-ghpages": "^1.0.5",
67+
"angular-cli-ghpages": "^2.0.3",
6868
"chai": "^4.3.7",
6969
"commitizen": "^4.2.6",
7070
"concurrently": "^7.6.0",

pnpm-lock.yaml

Lines changed: 61 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)