@veritone-ce/design-system 0.9.14 → 0.9.16
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 +5 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,18 +19,16 @@ See the section about [running tests](https://storybook.js.org/tutorials/design-
|
|
|
19
19
|
|
|
20
20
|
Builds the for production to the `dist` folder.
|
|
21
21
|
|
|
22
|
-
### `yarn build-
|
|
22
|
+
### `yarn build-storybook`
|
|
23
23
|
|
|
24
|
-
Builds
|
|
25
|
-
It correctly bundles React in production mode and optimizes the build for the best performance.
|
|
24
|
+
Builds storybook for production to the `storybook-static` folder.
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
Your app is ready to be deployed!
|
|
26
|
+
### `yarn build-docs`
|
|
29
27
|
|
|
30
|
-
|
|
28
|
+
Builds the documentation for production to the `storybook-static` folder.
|
|
31
29
|
|
|
32
30
|
## Learn More
|
|
33
31
|
|
|
34
|
-
You can learn more in the [Storybook Design System for Developers](https://storybook.js.org/tutorials/design-systems-for-developers/).
|
|
32
|
+
You can learn more in the [Storybook Design System for Developers](https://storybook.js.org/tutorials/design-systems-for-developers/). [Chromatic](https://www.chromatic.com/docs/)
|
|
35
33
|
|
|
36
34
|
To learn React, check out the [React documentation](https://reactjs.org/).
|