Canonical checklist for maintainers also lives alongside the monorepo workspace as DEPLOY_CHECKLIST.md (section 7). Summary:
- Scoped packages:
npm publish --access publicfrom each repo after tests pass. @effectorhq/typesrunsnpm run buildviaprepublishOnly(generatesdist/).
- Tag
vX.Y.Zmust matchpackage.jsonand npm version. - Create a Release on GitHub for changelog visibility.
- skill-lint:
uses: effectorHQ/skill-lint-action@v1 - effector.toml validation:
uses: effectorHQ/effector-action@v1
- Not required for public
@effectorhq/*; npmjs is the default install path.
npx @effectorhq/<package>for CLIs;npm install @effectorhq/<package>for dependencies.