@theroutingcompany/components 0.0.24-alpha.2 → 0.0.24-alpha.4

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
@@ -4,14 +4,15 @@ View the [StoryBook](https://6392297e45ccab79e466ee19-iytnzjepcr.chromatic.com/)
4
4
 
5
5
  ## Publishing
6
6
 
7
- First double check if everything that needs to exported is added to the `components/index.js` or `helpers/index.js`.
7
+ First double check if everything that needs to exported is added to the `components/index.js` or `helpers/index.js` and run `npm run build` before.
8
8
 
9
9
  ### Public
10
10
 
11
- 1. Bump version number `npm version patch --no-git-tag-version`
12
- 2. `npm publish --access public`.
11
+ 0. Get an approval on the relevant PR.
12
+ 2. Bump version number `npm version patch --no-git-tag-version`
13
+ 3. `npm publish --access public`.
13
14
  * Usually adding `--dry-run` first is a good idea for double checking if the version number is correct.
14
- 3. Enter the 2FA code for npm
15
+ 4. Enter the 2FA code for npm
15
16
 
16
17
  ### Prerelease
17
18