refactor: split website and reusable UI package #32
1 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"scripts": {
|
||||
"dev": "turbo dev --filter=@dimensionlab/web",
|
||||
"build": "turbo build",
|
||||
"preview": "bun --cwd apps/web run preview",
|
||||
"preview": "bun run --cwd apps/web preview",
|
||||
"storybook": "turbo storybook --filter=@dimensionlab/ui",
|
||||
"build-storybook": "turbo build-storybook --filter=@dimensionlab/ui",
|
||||
"check": "turbo check",
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
"test:unit": "turbo test:unit",
|
||||
"test:e2e": "turbo test:e2e --filter=@dimensionlab/web",
|
||||
"test:qa": "turbo test:qa",
|
||||
"db:generate": "bun --cwd apps/web run db:generate",
|
||||
"db:check": "bun --cwd apps/web run db:check"
|
||||
"db:generate": "bun run --cwd apps/web db:generate",
|
||||
"db:check": "bun run --cwd apps/web db:check"
|
||||
},
|
||||
"devDependencies": {
|
||||
"turbo": "^2.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue