@validationcloud/fractal-ui 1.67.0 → 1.68.0
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
|
@@ -49,6 +49,12 @@ npm run storybook
|
|
|
49
49
|
|
|
50
50
|
Storybook can be accessed at [http://localhost:6006](http://localhost:6006)
|
|
51
51
|
|
|
52
|
+
# (Optional) Set up git hooks for pre-commit checks
|
|
53
|
+
|
|
54
|
+
pnpm run setup-hooks
|
|
55
|
+
|
|
56
|
+
# To disable: git config --unset core.hooksPath
|
|
57
|
+
|
|
52
58
|
## Project structure
|
|
53
59
|
|
|
54
60
|
```
|