Skip to content

Commit b0df53d

Browse files
deniz.dundardeniz.dundar
authored andcommitted
Fix project name: align Angular project name with GitHub repository name
1 parent 2903b9b commit b0df53d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
1.5 MB
Binary file not shown.
7.94 KB
Binary file not shown.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
if: github.ref == 'refs/heads/main'
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
38-
publish_dir: ./dist/ahmetdenizdundar.com.tr/browser
38+
publish_dir: ./dist/add1283.github.io/browser

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"ahmetdenizdundar.com.tr": {
6+
"add1283.github.io": {
77
"projectType": "application",
88
"schematics": {},
99
"root": "",
@@ -71,10 +71,10 @@
7171
"builder": "@angular/build:dev-server",
7272
"configurations": {
7373
"production": {
74-
"buildTarget": "ahmetdenizdundar.com.tr:build:production"
74+
"buildTarget": "add1283.github.io:build:production"
7575
},
7676
"development": {
77-
"buildTarget": "ahmetdenizdundar.com.tr:build:development"
77+
"buildTarget": "add1283.github.io:build:development"
7878
}
7979
},
8080
"defaultConfiguration": "development"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "ahmetdenizdundar.com.tr",
2+
"name": "add1283.github.io",
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test",
10-
"serve:ssr:ahmetdenizdundar.com.tr": "node dist/ahmetdenizdundar.com.tr/server/server.mjs"
10+
"serve:ssr:add1283.github.io": "node dist/add1283.github.io/server/server.mjs"
1111
},
1212
"prettier": {
1313
"overrides": [

0 commit comments

Comments
 (0)