Skip to content

Commit

Permalink
build: added semantic-release
Browse files Browse the repository at this point in the history
Refs: #303
  • Loading branch information
AntoninoBonanno authored and astagi committed Jan 24, 2024
1 parent 05a039d commit 92e255b
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 123 deletions.
16 changes: 14 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,14 @@
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
}
},
"defaultConfiguration": ""
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand All @@ -103,8 +108,12 @@
"configurations": {
"production": {
"browserTarget": "design-angular-kit-bundle:build:production"
},
"development": {
"browserTarget": "design-angular-kit-bundle:build:development"
}
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
Expand Down Expand Up @@ -180,6 +189,9 @@
"production": {
"project": "projects/design-angular-kit/ng-package.prod.json",
"tsConfig": "projects/design-angular-kit/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "projects/design-angular-kit/tsconfig.lib.json"
}
},
"defaultConfiguration": "production"
Expand Down
Loading

0 comments on commit 92e255b

Please sign in to comment.