@luscii-healthtech/web-ui 11.1.0 → 11.1.1

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luscii-healthtech/web-ui",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Joris Janssen"
@@ -32,7 +32,7 @@
32
32
  "create-coverage-report": "npx nyc report --reporter=lcov --report-dir coverage/storybook",
33
33
  "a11y-report": "storybook-a11y-report --outDir '__reports__' --outputFormat html && open __reports__/a11y_report.html",
34
34
  "test-storybook:ci": "yarn test-storybook --maxWorkers=2",
35
- "chromatic": "chromatic --exit-zero-on-changes",
35
+ "chromatic": "chromatic --exit-zero-on-changes --only-changed",
36
36
  "build-tailwind": "NODE_ENV=production yarn run tailwindcss build -i tailwind.css -o ./dist/web-ui-tailwind.css",
37
37
  "storybook:build-tailwind": "yarn run tailwindcss build -i tailwind.css -o ./.storybook/storybook-tailwind.css",
38
38
  "storybook:watch-tailwind": "yarn storybook:build-tailwind -w",