Skip to content

Commit

Permalink
Revert some setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jun 11, 2024
1 parent b18ecf9 commit c9045e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,7 @@
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy",
"options": {
"baseHref": "https://block-core.github.io/ariton/",
"dir": "dist/app",
"repo": "https://github.com/block-core/ariton.git",
"name": "Angular Schule Team",
"email": "[email protected]"
}
"builder": "angular-cli-ghpages:deploy"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"deploy": "ng deploy app"
"deploy": "ng deploy --repo https://github.com/block-core/ariton.git app --base-href '/ariton/' --dir dist/app --no-silent"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c9045e7

Please sign in to comment.