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 cfe5019 commit be558d1Copy full SHA for be558d1
1 file changed
README.md
@@ -85,12 +85,12 @@ npm run build
85
86
## Release
87
88
-The `prepublishOnly` script runs `npm run compile` and then `rc-np` from `@rc-component/np`:
89
-
90
```bash
91
-npm publish
+npm run prepublishOnly
92
```
93
+The release flow is handled by `@rc-component/np` through the `rc-np` command after the package build.
+
94
## License
95
96
-@rc-component/virtual-list is released under the MIT license.
+@rc-component/virtual-list is released under the [MIT](./LICENSE) license.
0 commit comments