Skip to content

Commit 3a43fb2

Browse files
[Build] Add insight package to turbo run commands (#6762)
1 parent c7cb6ae commit 3a43fb2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"storybook:react": "turbo run storybook --filter=./packages/*",
1717
"prefix": "pnpm dlx sherif@latest -i remark-gfm -i eslint --fix",
1818
"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",
2222
"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",
2424
"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",
2626
"dashboard:build": "turbo run build --filter=./apps/dashboard",
2727
"build": "turbo run build --filter=./packages/*",
2828
"build:release": "turbo run build --filter=./packages/* --force",

0 commit comments

Comments
 (0)