Skip to content

Commit

Permalink
angular 16 to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
tbo47 committed Nov 9, 2023
1 parent 508c258 commit 1f9800f
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Install and build
run: |
npm install
npm install --force
npm run build:showcase
- name: Deploy 🚀
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm install --force
- run: npm run build
- run: |
cd dist/ngx-maplibre-gl
Expand Down
Loading

0 comments on commit 1f9800f

Please sign in to comment.