1.1.3 • Published 7 months ago

@deliverit/lastserver v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Development workflow

  • link the package for local development
npm link
  • from the using project root:
npm link @deliverit/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