| name | 001-release-package |
| description | Packs and verifies the mydevkit extension package that composes xdrs-core through a standalone .filedistrc file.
|
| metadata | {"author":"flaviostutz","version":"1.0"} |
Overview
Use this skill when updating the example package and needing to confirm that the packed tarball can
be installed by a consumer workspace.
Instructions
Phase 1: Pack the package
- Run
pnpm install in the package root.
- Run
pnpm pack --pack-destination=./dist.
Phase 2: Verify the consumer flow
- Install the packed tarball in the
consumer/ fixture together with the local xdrs-core tarball.
- Run
pnpm exec mydevkit install --output ./output from the consumer workspace.
- Run
pnpm exec mydevkit check --output ./output.
- Run
pnpm exec xdrs-core lint ./output.
Phase 3: Publish
- Bump the package version according to the consumer impact.
- Publish after the local consumer verification passes.
References