globalfy-design-system 0.2.6 → 0.2.8

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
@@ -38,3 +38,7 @@ fix(validations): missing email validation
38
38
  - Unit tests use [Jest](<[https://https://jestjs.io//](https://jestjs.io/)>) with [react-testing-library](https://testing-library.com/docs/react-testing-library/intro/)
39
39
  - All components developed must have tests
40
40
  - Test coverage must be 100%
41
+
42
+ ### Storybook
43
+
44
+ [Latest](https://master--656d00bf4424d3a1061d5ce1.chromatic.com/)
@@ -30,9 +30,10 @@ definitions:
30
30
  - yarn chromatic --auto-accept-changes
31
31
 
32
32
  pipelines:
33
- default:
34
- - step: *test
35
- - step: *build
33
+ pull-requests:
34
+ "**":
35
+ - step: *test
36
+ - step: *build
36
37
  branches:
37
38
  master:
38
39
  - step: *test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globalfy-design-system",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "Globalfy Design System",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -10,7 +10,6 @@
10
10
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
11
11
  "storybook": "storybook dev -p 6006",
12
12
  "build-storybook": "storybook build",
13
- "postinstall": "husky install",
14
13
  "chromatic": "npx chromatic --project-token=chpt_b819f048be8413f"
15
14
  },
16
15
  "dependencies": {