mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 21:36:56 -04:00
remove unnecessary select styles and configure storybook (#807)
* remove unnecessary select styles and configure storybook * fix eslint * fix clippy
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"assets": "pnpm --filter @sd/assets -- ",
|
||||
"docs": "pnpm --filter @sd/docs -- ",
|
||||
"client": "pnpm --filter @sd/client -- ",
|
||||
"storybook": "pnpm --filter @sd/storybook -- ",
|
||||
"prisma": "cd core && cargo prisma",
|
||||
"codegen": "cargo test -p sd-core api::tests::test_and_export_rspc_bindings -- --exact",
|
||||
"typecheck": "pnpm -r typecheck",
|
||||
@@ -33,6 +34,7 @@
|
||||
"@babel/plugin-syntax-import-assertions": "^7.20.0",
|
||||
"@cspell/dict-rust": "^2.0.1",
|
||||
"@cspell/dict-typescript": "^2.0.2",
|
||||
"@storybook/react-vite": "^7.0.5",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
||||
"cspell": "^6.12.0",
|
||||
"prettier": "^2.8.7",
|
||||
|
||||
Reference in New Issue
Block a user