@veritone-ce/design-system 2.4.6 → 2.4.7
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,6 +53,6 @@ Are you adding new components or making changes in the Design System that you wa
|
|
|
53
53
|
|
|
54
54
|
- This will replace the `@veritone-ce/design-system` in the package.json with the local version.
|
|
55
55
|
|
|
56
|
-
**Be sure to revert the
|
|
56
|
+
**Be sure to revert the yalc changes with `npx yalc remove @veritone-ce/design-system` changes before pushing changes to other app**
|
|
57
57
|
|
|
58
58
|
3. Repeat steps 1 & 2 after any design system changes to update them in the other app.
|