check
This commit is contained in:
parent
43da09e7c0
commit
2b2149a596
1 changed files with 3 additions and 1 deletions
|
|
@ -28,6 +28,8 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-storybook": "storybook build",
|
"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:unit": "vitest",
|
||||||
"test": "bun run test:unit -- --run && bun run test:e2e",
|
"test": "bun run test:unit -- --run && bun run test:e2e",
|
||||||
"storybook": "storybook dev -p 6006",
|
"storybook": "storybook dev -p 6006",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue