@preply/ds-docs 0.17.0 → 0.17.1
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 +3 -1
- package/dist/global/docs/static/data/components.json +1078 -0
- package/dist/global/docs/static/data/projects.json +101 -0
- package/dist/iframe.html +1 -1
- package/dist/main~493df0b3.240e7f6a.iframe.bundle.js +1 -0
- package/dist/main~6dcfc2f7.27ac9f72.iframe.bundle.js +1 -0
- package/dist/main~dc51bad7.bf947594.iframe.bundle.js +1 -0
- package/package.json +11 -7
- package/scripts/copy-metadata-and-assets.js +60 -58
- package/dist/main~493df0b3.a330297e.iframe.bundle.js +0 -1
- package/dist/main~6dcfc2f7.ea82fa4d.iframe.bundle.js +0 -1
- package/dist/main~dc51bad7.819adf82.iframe.bundle.js +0 -1
package/README.md
CHANGED
|
@@ -23,7 +23,9 @@ Reach out to [#design-system-public](https://preply.slack.com/archives/C024EAEHP
|
|
|
23
23
|
|
|
24
24
|
You probably want to execute `yarn dev` and/or `yarn docs` in the root, as per instructions in [@preply/ds-workspace](../../README.md).
|
|
25
25
|
|
|
26
|
-
You can also execute `yarn
|
|
26
|
+
You can also execute `yarn dev` in this folder, but make sure you have first executed `yarn build` in root, or that you have the root `yarn dev` script running in the background.
|
|
27
|
+
|
|
28
|
+
To execute the static build run `yarn build && yarn serve`.
|
|
27
29
|
|
|
28
30
|
### Which documentation is included in this package?
|
|
29
31
|
|