Skip to content

Commit

Permalink
[.github/workflows/main.yml] Add shorter README for generated/compile…
Browse files Browse the repository at this point in the history
…d repo ; [{angular,package,package-lock}.json] Angular 15 -> 17
  • Loading branch information
SamuelMarks committed Jan 9, 2024
1 parent 7fd3f37 commit 40cf0ef
Show file tree
Hide file tree
Showing 4 changed files with 7,304 additions and 5,033 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ng add --skip-confirmation angular-cli-ghpages
npm ci
ng build --configuration production
cp README.md dist/compilers-www
head -n7 README.md > 'dist/offscale-www/README.md'
MSG="$(git show -s --format='%s' "$GITHUB_SHA")"
email_author="$(git log -1 --pretty=format:'%an <%ce>')"
author="${email_author% *}"
Expand Down
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumWarning": "2.1kb",
"maximumError": "4kb"
}
],
Expand All @@ -72,18 +72,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "offscale-www:build:production"
"buildTarget": "offscale-www:build:production"
},
"development": {
"browserTarget": "offscale-www:build:development"
"buildTarget": "offscale-www:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "offscale-www:build"
"buildTarget": "offscale-www:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 40cf0ef

Please sign in to comment.