Skip to content

Commit

Permalink
feat: ng update @angular/cli
Browse files Browse the repository at this point in the history
Updating angular to version 18

BREAKING CHANGE: Adding support for Angular version 18
  • Loading branch information
shhdharmen committed Jun 23, 2024
1 parent aed5497 commit 7c0b271
Show file tree
Hide file tree
Showing 5 changed files with 4,379 additions and 3,435 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
npm run build
npm run build:lib
npx semantic-release
npm run deploy -- --no-silent --name="Mr. Dharmen's Bot" [email protected]
npx angular-cli-ghpages --name="mr. Dharmen's Bot" [email protected] --dir=dist/cmdk/browser
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,24 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/cmdk",
"outputPath": {
"base": "dist/cmdk"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"src/styles.scss",
"node_modules/prismjs/themes/prism-okaidia.min.css"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -53,9 +57,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 7c0b271

Please sign in to comment.