remove unnecessary select styles and configure storybook (#807)

* remove unnecessary select styles and configure storybook

* fix eslint

* fix clippy
This commit is contained in:
Brendan Allan
2023-05-09 23:36:24 +08:00
committed by GitHub
parent 2380993724
commit 61bc92de6e
17 changed files with 122 additions and 45 deletions

View File

@@ -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",