feat(editor): Setup Chromatic for design-system (no-changelog) (#8870)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-03-15 15:14:45 +01:00
committed by GitHub
parent a5261d6ebb
commit 9d24f33d52
7 changed files with 97 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
"test:dev": "vitest",
"build:storybook": "storybook build",
"storybook": "storybook dev -p 6006",
"chromatic": "chromatic",
"format": "prettier --write . --ignore-path ../../.prettierignore",
"lint": "eslint src --ext .js,.ts,.vue --quiet",
"lintfix": "eslint src --ext .js,.ts,.vue --fix"