Skip to content

Commit fc27985

Browse files
committed
Added some docs to README about publish
1 parent 438d069 commit fc27985

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ All `dependencies` will be bundled with your code.
4747

4848
All `peerDependencies` will not be bundled.
4949

50+
**Publish**
51+
52+
```bash
53+
npm publish
54+
```
55+
56+
Doing so will build the package and publish it to NPM.
57+
5058
## Some Thanks
5159

5260
This project is greatly inspired by the wonderful [create-react-app](https://github.com/facebookincubator/create-react-app/) project.

0 commit comments

Comments
 (0)