globalfy-design-system 0.2.4 → 0.2.5
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/bitbucket-pipelines.yml +2 -1
- package/package.json +1 -1
package/bitbucket-pipelines.yml
CHANGED
|
@@ -14,7 +14,7 @@ definitions:
|
|
|
14
14
|
cache:
|
|
15
15
|
- node
|
|
16
16
|
script:
|
|
17
|
-
- yarn add -g typescript@5.0.2 vite@4.4.5
|
|
17
|
+
- yarn add -g typescript@5.0.2 vite@4.4.5
|
|
18
18
|
- yarn build
|
|
19
19
|
- step: &publish-npm
|
|
20
20
|
name: Publish on NPM
|
|
@@ -26,6 +26,7 @@ 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
|
|
29
30
|
- yarn build-storybook
|
|
30
31
|
- npx chromatic --exit-zero-on-changes -d storybook-static/
|
|
31
32
|
|