chore: simplify scripts
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"prepare": "svelte-check --tsconfig ./tsconfig.json || echo ''",
|
"prepare": "svelte-check --tsconfig ./tsconfig.json || echo ''",
|
||||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-check",
|
||||||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
||||||
"check:shadcn-excluded": "svelte-check --no-tsconfig --ignore \"src/shared/shadcn\"",
|
"check:shadcn-excluded": "svelte-check --no-tsconfig --ignore \"src/shared/shadcn\"",
|
||||||
"lint": "oxlint",
|
"lint": "oxlint",
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
"test:component": "vitest run --config vitest.config.component.ts",
|
"test:component": "vitest run --config vitest.config.component.ts",
|
||||||
"test:component:browser": "vitest run --config vitest.config.browser.ts",
|
"test:component:browser": "vitest run --config vitest.config.browser.ts",
|
||||||
"test:component:browser:watch": "vitest --config vitest.config.browser.ts",
|
"test:component:browser:watch": "vitest --config vitest.config.browser.ts",
|
||||||
"test": "npm run test:e2e && npm run test:unit",
|
"test": "yarn run test:unit",
|
||||||
"storybook": "storybook dev -p 6006",
|
"storybook": "storybook dev -p 6006",
|
||||||
"build-storybook": "storybook build"
|
"build-storybook": "storybook build"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user