@digidub/lastserver
v1.0.33
Published
- link the package for local development ```sh npm link ```
Downloads
180
Readme
Development workflow
- link the package for local development
npm link
- from the using project root:
npm link @digidub/lastserver
- To rapidly develop both the npm package and this project with hot reload run the below on both project roots:
npm run dev
- To publish to npm, increase the version for both package.json and _lastServerVersion in Lastserver class Note: ensure you are logged in to the correct npm account
npm login
npm run build
npm publish