diff --git a/package.json b/package.json index 2f3f81b670e..750d615f58a 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,13 @@ "storybook:react": "turbo run storybook --filter=./packages/*", "prefix": "pnpm dlx sherif@latest -i remark-gfm -i eslint --fix", "fix": "turbo run fix", - "wallet-ui": "turbo run dev --filter=./apps/wallet-ui --filter=./packages/thirdweb", - "wallet-ui:build": "turbo run build --filter=./apps/wallet-ui --filter=./packages/thirdweb", - "playground": "turbo run dev --filter=./apps/playground-web --filter=./packages/thirdweb", + "wallet-ui": "turbo run dev --filter=./apps/wallet-ui --filter=./packages/thirdweb --filter=./packages/insight", + "wallet-ui:build": "turbo run build --filter=./apps/wallet-ui --filter=./packages/thirdweb --filter=./packages/insight", + "playground": "turbo run dev --filter=./apps/playground-web --filter=./packages/thirdweb --filter=./packages/insight", "playground:build": "turbo run build --filter=./apps/playground-web", - "portal": "turbo run dev --filter=./apps/portal --filter=./packages/thirdweb", + "portal": "turbo run dev --filter=./apps/portal --filter=./packages/thirdweb --filter=./packages/insight", "portal:build": "turbo run build --filter=./apps/portal", - "dashboard": "turbo run dev --filter=./apps/dashboard --filter=./packages/thirdweb", + "dashboard": "turbo run dev --filter=./apps/dashboard --filter=./packages/thirdweb --filter=./packages/insight", "dashboard:build": "turbo run build --filter=./apps/dashboard", "build": "turbo run build --filter=./packages/*", "build:release": "turbo run build --filter=./packages/* --force",