check
This commit is contained in:
parent
43da09e7c0
commit
2b2149a596
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue