Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: npm run prepare-brand
- run: npm run build:all:update-translatable-keys # Output is needed in dist for providing default translations
- run: git diff --exit-code "projects/**/*-translatable-keys.interface.ts"
- run: npm run build:examples -- --define="maptilerKey='$MAPTILER_KEY'" --define="maptilerUrl='$MAPTILER_URL'"
- run: npm run build:examples:prod -- --define="maptilerKey='$MAPTILER_KEY'" --define="maptilerUrl='$MAPTILER_URL'"
- run: npm run dashboards-demo:build-all -- --progress=false
- run: npm run dashboards-demo:build-all:esm

Expand Down
6 changes: 0 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@
"with": "src/environments/environment.local-maps.ts"
}
]
},
"aot": {
"aot": true,
"sourceMap": false,
"tsConfig": "src/tsconfig.app.prod.json",
"outputPath": "dist/element-examples-aot"
}
}
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"lint:playwright:eslint": "eslint -c playwright/eslint.config.js playwright",
"build:examples": "ng build",
"build:examples:prod": "ng build --configuration production",
"build:examples:aot": "ng build --configuration aot",
"build:all": "npm run translate:build && npm run lib:build && npm run schematics:build && npm run live-preview:build && npm run charts:build && npm run native-charts:build && npm run dashboards:build && npm run maps:build",
"build:all:update-translatable-keys": "npm exec update-translatable-keys",
"release:copy-license": "cpy LICENSE.md projects/element-theme/ && cpy LICENSE.md projects/element-translate-cli/",
Expand Down
Loading