fix stray space

This commit is contained in:
acalcutt 2022-09-28 16:03:23 -04:00
parent 30439090bd
commit c0987a8065

View file

@ -5,7 +5,7 @@
- `git push --tags` - `git push --tags`
- `docker buildx build --platform linux/amd64 -t maptiler/tileserver-gl:latest -t maptiler/tileserver-gl:[version] .` - `docker buildx build --platform linux/amd64 -t maptiler/tileserver-gl:latest -t maptiler/tileserver-gl:[version] .`
- `docker push maptiler/tileserver-gl --all-tags` - `docker push maptiler/tileserver-gl --all-tags`
- ` npm publish --access public` or `node publish.js` - `npm publish --access public` or `node publish.js`
- `node publish.js --no-publish` - `node publish.js --no-publish`
- `cd light` - `cd light`
- `docker buildx build --platform linux/amd64 -t maptiler/tileserver-gl-light:latest -t maptiler/tileserver-gl-light:[version] .` - `docker buildx build --platform linux/amd64 -t maptiler/tileserver-gl-light:latest -t maptiler/tileserver-gl-light:[version] .`