Skip to content

Commit e36b68a

Browse files
committed
build: fix ng deploy by disabling prerendering
1 parent 4255877 commit e36b68a

File tree

3 files changed

+55
-122
lines changed

3 files changed

+55
-122
lines changed

docs/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"index": "docs/src/index.html",
1818
"browser": "docs/src/main.ts",
1919
"server": "docs/src/main.server.ts",
20-
"prerender": true,
2120
"polyfills": ["zone.js"],
2221
"tsConfig": "docs/tsconfig.app.json",
2322
"inlineStyleLanguage": "scss",
@@ -102,11 +101,9 @@
102101
},
103102
"deploy": {
104103
"executor": "angular-cli-ghpages:deploy",
105-
"dependsOn": ["build"],
106104
"options": {
107105
"buildTarget": "docs:build:production",
108-
"baseHref": "/angularity/",
109-
"noBuild": true
106+
"baseHref": "/angularity/"
110107
}
111108
}
112109
}

package-lock.json

+53-117
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/jasmine": "~5.1.0",
3838
"@typescript-eslint/eslint-plugin": "^6.19.1",
3939
"@typescript-eslint/parser": "^6.19.1",
40-
"angular-cli-ghpages": "2.0.0-beta.2",
40+
"angular-cli-ghpages": "^2.0.3",
4141
"eslint": "^8.56.0",
4242
"eslint-config-prettier": "^9.1.0",
4343
"eslint-import-resolver-typescript": "^3.6.1",

0 commit comments

Comments
 (0)