@genspectrum/dashboard-components 1.3.0 → 1.4.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
@@ -77,6 +77,15 @@ We primarily provide two kinds of components:
77
77
  npm ci
78
78
  ```
79
79
 
80
+ > [!NOTE]
81
+ > **For Mac users**: By default, the `package-lock.json` installs linux dependencies for the
82
+ > storybook test runner. To use it, you need to reinstall it:
83
+ >
84
+ > ```
85
+ > npm uninstall @storybook/test-runner
86
+ > npm install @storybook/test-runner --force
87
+ > ```
88
+
80
89
  ### Custom Elements Manifest
81
90
 
82
91
  This package also ships a [Custom Elements Manifest](https://custom-elements-manifest.open-wc.org/),