@bigbinary/neetoui-rn 0.0.229 → 0.0.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -97,7 +97,13 @@ create `dist` folder with static files in `docs` folder.
|
|
|
97
97
|
|
|
98
98
|
To publish locally
|
|
99
99
|
```
|
|
100
|
-
rm -rf ~/.yalc/packages && yalc publish --private
|
|
100
|
+
yarn build && rm -rf ~/.yalc/packages && yalc publish --private
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
or
|
|
104
|
+
|
|
105
|
+
```
|
|
106
|
+
yarn yalc:publish
|
|
101
107
|
```
|
|
102
108
|
|
|
103
109
|
To install local yalc version of library in any app.
|