Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.17 KB

File metadata and controls

63 lines (45 loc) · 2.17 KB

@rc-component/np

Ant Design Part of the Ant Design ecosystem.

🚀 Release helper for rc-component packages.

NPM version npm downloads bundle size build status Codecov

English | 简体中文

Highlights

Area Support
Purpose Release helper for rc-component packages.
Package @rc-component/np
Release @rc-component/np / rc-np

Install

npm install @rc-component/np --save-dev

Usage

npx rc-np

API

Command Description
rc-np Run the rc-component release flow.

Development

npm install
npm run compile
npm run test:only

Release

Maintainers can run the publish guard before releasing this package:

npm run prepublishOnly

This package is the release helper itself, so the guard only verifies the build before publishing.

License

@rc-component/np is released under the MIT license.