Skip to content

Commit be558d1

Browse files
committed
docs: standardize README release details
1 parent cfe5019 commit be558d1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ npm run build
8585

8686
## Release
8787

88-
The `prepublishOnly` script runs `npm run compile` and then `rc-np` from `@rc-component/np`:
89-
9088
```bash
91-
npm publish
89+
npm run prepublishOnly
9290
```
9391

92+
The release flow is handled by `@rc-component/np` through the `rc-np` command after the package build.
93+
9494
## License
9595

96-
@rc-component/virtual-list is released under the MIT license.
96+
@rc-component/virtual-list is released under the [MIT](./LICENSE) license.

0 commit comments

Comments
 (0)