@npm_leadtech/legal-lib-components 2.21.6 → 2.22.0

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 CHANGED
@@ -3,10 +3,11 @@
3
3
  1. Create component files, including tests and story
4
4
  2. Change import lines in scss files to adapt to project folder structure.
5
5
  3. Add component to index.js file at root level
6
- 4. Execute command MSG="(here we put the information about the task)" yarn upgrade-(patch/minor/mayor)
7
- 5. Execute command "npm publish" to upload to npm
8
- 6. In repo/s where this component is used, use "yarn upgrade @npm_leadtech/legal-lib-components --latest",
9
- 7. Change imports to use @npm_leadtech/legal-lib-components and delete component files.
6
+ 4. Execute chromatic to check if component is ok `yarn chromatic`
7
+ 5. Execute command `MSG="(here we put the information about the task)" yarn upgrade-(patch/minor/mayor)`
8
+ 6. Execute command `npm publish` to upload to npm
9
+ 7. In repo/s where this component is used, use `yarn upgrade @npm_leadtech/legal-lib-components --latest`,
10
+ 8. Change imports to use @npm_leadtech/legal-lib-components and delete component files.
10
11
 
11
12
  # Last modification instead of git commit we must write the following command
12
13
 
@@ -15,3 +16,9 @@ MSG="(here we put the information about the task)" yarn upgrade-(patch/minor/may
15
16
  ## NPM credentials
16
17
 
17
18
  Private account
19
+
20
+ ## Chromatic
21
+
22
+ Url de acceso al Chromatic del proyecto https://www.chromatic.com/builds?appId=6561c745020967e7c053b406
23
+
24
+ Para ejecutar: `yarn chromatic`