chore: add chromatic

This commit is contained in:
iCrawl
2023-04-13 19:41:23 +02:00
parent e5859b41cf
commit f36878677c
3 changed files with 565 additions and 17 deletions

View File

@@ -11,7 +11,8 @@
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/ui/*'",
"release": "cliff-jumper",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"chromatic": "chromatic"
},
"type": "module",
"module": "./dist/ui.js",
@@ -66,6 +67,7 @@
"@unocss/reset": "^0.51.4",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.30.1",
"chromatic": "^6.17.3",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"eslint-config-neon": "^0.1.42",