@npm_leadtech/legal-lib-components 2.50.1 → 3.0.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
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
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/
|
|
7
|
+
5. Execute command `MSG="(here we put the information about the task)" yarn upgrade-(patch/minor/major)`
|
|
8
8
|
6. Execute command `npm publish` to upload to npm
|
|
9
9
|
7. In repo/s where this component is used, use `yarn upgrade @npm_leadtech/legal-lib-components --latest`,
|
|
10
10
|
8. Change imports to use @npm_leadtech/legal-lib-components and delete component files.
|
|
11
11
|
|
|
12
12
|
# Last modification instead of git commit we must write the following command
|
|
13
13
|
|
|
14
|
-
MSG="(here we put the information about the task)" yarn upgrade-(patch/minor/
|
|
14
|
+
MSG="(here we put the information about the task)" yarn upgrade-(patch/minor/major)
|
|
15
15
|
|
|
16
16
|
## NPM credentials
|
|
17
17
|
|