We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2ae4b commit 2e82d79Copy full SHA for 2e82d79
1 file changed
README.md
@@ -111,14 +111,12 @@ npm run build
111
112
## Release
113
114
-Package artifacts are built with Father:
115
-
116
```bash
117
-npm run compile
+npm run prepublishOnly
118
```
119
120
-Publishing is handled by `rc-np` through the `prepublishOnly` script.
+The release flow is handled by `@rc-component/np` through the `rc-np` command after the package build.
121
122
## License
123
124
-`@rc-component/progress` is released under the MIT license.
+@rc-component/progress is released under the [MIT](./LICENSE.md) license.
0 commit comments