Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Motivation The [@basemaps/server](https://www.npmjs.com/package/@basemaps/server?activeTab=code) npm package is missing the bin file for excusing the command. We need to bundle it first before publish the package. ### Modifications Add a bundle command before NPM publish ### Verification Locally tested. - delete the `server/bin/basemaps-server.cjs` - run `npx lerna run bundle --stream` -> Got a new `server/bin/basemaps-server.cjs` generated. - run `npm pack --dry-run` -> Got bin file included. ![image](https://github.com/user-attachments/assets/812f27cc-0f0c-47d3-b2fb-c37066f569ea) --------- Co-authored-by: Tawera Manaena <TManaena@linz.govt.nz>
- Loading branch information