linz / basemaps

NZ’s authoritative and open digital basemap service for LINZ and the public.
https://basemaps.linz.govt.nz
Other
92 stars 16 forks source link

fix(cogify): Fix the dependencies for cogify cli. #3308

Closed Wentao-Kuang closed 1 month ago

Wentao-Kuang commented 1 month ago

Motivation

Cogify is bundled and installed in the @basemaps/cli container. They way calling cogify is from node_modules, like node /app/node_modules/.bin/cogify. We will require the the dependencies to be installed as well to make it work.

Modifications

Revert back all the dependencies from devdependencies

Verification

Wentao-Kuang commented 1 month ago

We use dist/index.cjs instead