|
16 | 16 | "storybook:react": "turbo run storybook --filter=./packages/*",
|
17 | 17 | "prefix": "pnpm dlx sherif@latest -i remark-gfm -i eslint --fix",
|
18 | 18 | "fix": "turbo run fix",
|
19 |
| - "wallet-ui": "turbo run dev --filter=./apps/wallet-ui --filter=./packages/thirdweb", |
20 |
| - "wallet-ui:build": "turbo run build --filter=./apps/wallet-ui --filter=./packages/thirdweb", |
21 |
| - "playground": "turbo run dev --filter=./apps/playground-web --filter=./packages/thirdweb", |
| 19 | + "wallet-ui": "turbo run dev --filter=./apps/wallet-ui --filter=./packages/thirdweb --filter=./packages/insight", |
| 20 | + "wallet-ui:build": "turbo run build --filter=./apps/wallet-ui --filter=./packages/thirdweb --filter=./packages/insight", |
| 21 | + "playground": "turbo run dev --filter=./apps/playground-web --filter=./packages/thirdweb --filter=./packages/insight", |
22 | 22 | "playground:build": "turbo run build --filter=./apps/playground-web",
|
23 |
| - "portal": "turbo run dev --filter=./apps/portal --filter=./packages/thirdweb", |
| 23 | + "portal": "turbo run dev --filter=./apps/portal --filter=./packages/thirdweb --filter=./packages/insight", |
24 | 24 | "portal:build": "turbo run build --filter=./apps/portal",
|
25 |
| - "dashboard": "turbo run dev --filter=./apps/dashboard --filter=./packages/thirdweb", |
| 25 | + "dashboard": "turbo run dev --filter=./apps/dashboard --filter=./packages/thirdweb --filter=./packages/insight", |
26 | 26 | "dashboard:build": "turbo run build --filter=./apps/dashboard",
|
27 | 27 | "build": "turbo run build --filter=./packages/*",
|
28 | 28 | "build:release": "turbo run build --filter=./packages/* --force",
|
|
0 commit comments