English | 简体中文
| Area | Support |
|---|---|
| Purpose | Release helper for rc-component packages. |
| Package | @rc-component/np |
| Release | @rc-component/np / rc-np |
npm install @rc-component/np --save-devnpx rc-np| Command | Description |
|---|---|
rc-np |
Run the rc-component release flow. |
npm install
npm run compile
npm run test:onlyMaintainers can run the publish guard before releasing this package:
npm run prepublishOnlyThis package is the release helper itself, so the guard only verifies the build before publishing.
@rc-component/np is released under the MIT license.