build(turbo): normalize workspace task graph
This commit is contained in:
parent
4fc89c4d3f
commit
ae6eabed6f
6 changed files with 136 additions and 31 deletions
24
package.json
24
package.json
|
|
@ -9,18 +9,18 @@
|
|||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "turbo dev --filter=@dimensionlab/web",
|
||||
"build": "turbo build",
|
||||
"preview": "bun run --cwd apps/web preview",
|
||||
"storybook": "turbo storybook --filter=@dimensionlab/ui",
|
||||
"build-storybook": "turbo build-storybook --filter=@dimensionlab/ui",
|
||||
"check": "turbo check",
|
||||
"test": "turbo test:unit",
|
||||
"test:unit": "turbo test:unit",
|
||||
"test:e2e": "turbo test:e2e --filter=@dimensionlab/web",
|
||||
"test:qa": "turbo test:qa",
|
||||
"db:generate": "bun run --cwd apps/web db:generate",
|
||||
"db:check": "bun run --cwd apps/web db:check"
|
||||
"dev": "turbo run dev --filter=@dimensionlab/web",
|
||||
"build": "turbo run build",
|
||||
"preview": "turbo run preview --filter=@dimensionlab/web",
|
||||
"storybook": "turbo run storybook --filter=@dimensionlab/ui",
|
||||
"build-storybook": "turbo run build-storybook --filter=@dimensionlab/ui",
|
||||
"check": "turbo run check",
|
||||
"test": "turbo run test:unit",
|
||||
"test:unit": "turbo run test:unit",
|
||||
"test:e2e": "turbo run test:e2e --filter=@dimensionlab/web",
|
||||
"test:qa": "turbo run check test:unit build @dimensionlab/ui#build-storybook @dimensionlab/web#test:e2e",
|
||||
"db:generate": "turbo run db:generate --filter=@dimensionlab/web",
|
||||
"db:check": "turbo run db:check --filter=@dimensionlab/web"
|
||||
},
|
||||
"devDependencies": {
|
||||
"turbo": "^2.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue