@lume/cli

v0.4.3
A CLI for managing JavaScript/TypeScript packages.
typescript build babel webpack web-development webdev karma electron

build

npm rebuild

// ^ build

Sometimes an npm rebuild is needed in order to make sure electron binaries are up to date. This will make lerna bootstrap run it just in case.

release:major

npm version major --message 'v%s' && npm publish && git push --follow-tags

release:minor

npm version minor --message 'v%s' && npm publish && git push --follow-tags

release:patch

npm version patch --message 'v%s' && npm publish && git push --follow-tags
npm i @lume/[email protected]

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 11/22/2023

Downloads

Maintainers