Skip to content

Commit

Permalink
Update package.json for 3.5.1
Browse files Browse the repository at this point in the history
Disable tile generation
  • Loading branch information
dellisd committed Dec 17, 2022
1 parent 838d45a commit bae14bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
env:
MAPBOX_KEY: ${{ secrets.MAPBOX_KEY }}
BASE_URL: ${{ secrets.BASE_URL }}
run: echo -e "MAPBOX_KEY=$MAPBOX_KEY\nBASE_URL=$BASE_URL\nUSE_TILES=true" > local.env
run: echo -e "MAPBOX_KEY=$MAPBOX_KEY\nBASE_URL=$BASE_URL" > local.env

- name: Build dist
env:
USE_TILES: false
run: yarn && yarn run build

- name: Set up Homebrew
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otrainmap",
"version": "3.5.0",
"version": "3.5.1",
"description": "",
"private": true,
"types": "src/index.d.ts",
Expand Down

0 comments on commit bae14bc

Please sign in to comment.