globalfy-design-system 0.2.5 → 0.2.6

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.
@@ -26,9 +26,8 @@ definitions:
26
26
  - step: &publish-storybook-chromatic
27
27
  name: Publish Storybook on Chromatic
28
28
  script:
29
- - yarn add -g storybook@7.5.1
30
- - yarn build-storybook
31
- - npx chromatic --exit-zero-on-changes -d storybook-static/
29
+ - yarn add storybook@7.5.1
30
+ - yarn chromatic --auto-accept-changes
32
31
 
33
32
  pipelines:
34
33
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globalfy-design-system",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Globalfy Design System",
5
5
  "type": "module",
6
6
  "scripts": {