Skip to content

Commit dd9cdc0

Browse files
committed
build
1 parent c4ab3c4 commit dd9cdc0

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"with": "src/environments/environment.prod.ts"
4949
}
5050
],
51-
"baseHref": "/AGE/",
5251
"optimization": true,
5352
"outputHashing": "all",
5453
"sourceMap": false,

build-prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ git add *
77
git commit -m "build"
88
git push
99

10-
#git subtree push --prefix dist origin gh-pages
10+
git subtree push --prefix dist origin gh-pages
1111

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"ng": "ng",
2929
"start": "ng serve",
3030
"build-prod": "ng build -c=production",
31-
"deploy-prod": "ng deploy --base-href=/AGE/",
3231
"test": "jest"
3332
},
3433
"devDependencies": {
@@ -40,7 +39,6 @@
4039
"@types/jest": "^29.1.1",
4140
"@types/jquery": "^3.3.31",
4241
"@types/node": "~8.9.4",
43-
"angular-cli-ghpages": "^2.0.3",
4442
"codelyzer": "^6.0.1",
4543
"font-awesome": "^4.7.0",
4644
"jasmine-spec-reporter": "~5.0.0",

0 commit comments

Comments
 (0)