Skip to content

Commit

Permalink
Update Angular and MapLibre (#54)
Browse files Browse the repository at this point in the history
* update to maplibre 3

* Upgrade to angular 14

* Fix build showcase

* Fix lint and remove mapTo

* Commnet out e2e tests
  • Loading branch information
HarelM authored Oct 8, 2022
1 parent 1edd833 commit 66a3cc2
Show file tree
Hide file tree
Showing 13 changed files with 9,305 additions and 7,113 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: Run lint
run: npm run lint

- name: Run e2e tests
run: npm run e2e
#- name: Run e2e tests
# run: npm run e2e
5 changes: 2 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
],
"styles": ["projects/showcase/src/styles.css"],
"scripts": [
"node_modules/marked/lib/marked.js",
"node_modules/marked/marked.min.js",
"node_modules/prismjs/prism.js"
]
},
Expand Down Expand Up @@ -153,9 +153,8 @@
}
}
},
"defaultProject": "ngx-maplibre-gl",
"cli": {
"analytics": "2b945751-c795-4db1-b8ac-172907057b11",
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": ["@angular-eslint/schematics"]
}
}
Loading

0 comments on commit 66a3cc2

Please sign in to comment.