0.0.21 • Published 3 years ago

@acanto/core-dom v0.0.21

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

Acanto Workflow

lerna

Monorepo for workflow related scripts

To publish packages

First commit and push your local work. Then, never manually bump package versions, just run form the terminal:

npm run publish

and use the lerna interactive tool to semver each modified package.

Inner dependencies

Packages in monorepos can depend on each other internally, use lerna for this. If unsure on how to define the right version use the semver calculator online tool.

Dev notes

  • About managing polyglot monorepo (with both npm packages and composer packages) see this test monorepo and its consumer