This commit is contained in:
Benjamin Palko 2025-03-10 22:08:17 -04:00
parent 43da09e7c0
commit 2b2149a596

View file

@ -28,6 +28,8 @@
],
"scripts": {
"build-storybook": "storybook build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"test": "bun run test:unit -- --run && bun run test:e2e",
"storybook": "storybook dev -p 6006",
@ -75,4 +77,4 @@
"tailwindcss": "^3.4.9"
},
"svelte": "./dist/index.js"
}
}