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 7276e85 commit 8c4c4cbCopy full SHA for 8c4c4cb
1 file changed
README.md
@@ -183,11 +183,11 @@ npm run compile
183
## Release
184
185
```bash
186
-npm publish
+npm run prepublishOnly
187
```
188
189
-The `prepublishOnly` script runs `npm run compile && rc-np` before publishing.
+The release flow is handled by `@rc-component/np` through the `rc-np` command after the package build.
190
191
## License
192
193
-`@rc-component/tree-select` is released under the MIT license.
+@rc-component/tree-select is released under the [MIT](./LICENSE.md) license.
0 commit comments