Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Fix style spec .js generation after GL JS build restructuring #138

Closed
wants to merge 2 commits into from
Closed
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ After cloning this repository, run:
```bash
npm ci # install dependencies with npm
git submodule update --init # initialize maplibre-gl-js git submodule
cd maplibre-gl-js && npm ci && npm run build-tsc
```

When pulling in new commits that change the `maplibre-gl-js` submodule,
Expand Down
Loading