@mmb-digital/design-system-web 0.1.348-alpha.1 → 0.1.348-alpha.2

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
@@ -24,10 +24,9 @@ https://www.npmjs.com/package/@mmb-digital/design-system-web
24
24
  You must be added to the @mmb-digital organization at npmjs.com (you will need to enable two-factor authentication on your npmjs.com account).
25
25
 
26
26
  1. Manually update `version` in `package.json`
27
- 2. `rm -rf dist`
28
- 3. `pnpm build`
29
- 4. `npm login`
30
- 5. `npm publish`
27
+ 2. `pnpm build`
28
+ 3. `npm login`
29
+ 4. `npm publish`
31
30
 
32
31
  ## Styling rules
33
32