feat: Make it easier to get started on developing front end and e2e tests (no-changelog) (#12500)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Alex Grozav
2025-01-08 14:16:56 +02:00
committed by GitHub
parent bb6cd790b8
commit 3ea592ecc9
4 changed files with 76 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"test": "vitest run",
"test:dev": "vitest",
"build:storybook": "storybook build",
"storybook": "storybook dev -p 6006",
"storybook": "storybook dev -p 6006 --no-open",
"chromatic": "chromatic",
"format": "biome format --write . && prettier --write . --ignore-path ../../.prettierignore",
"format:check": "biome ci . && prettier --check . --ignore-path ../../.prettierignore",