Skip to content

Commit

Permalink
adds turbo filtering logic to extension (#1958)
Browse files Browse the repository at this point in the history
* adds start:ext and build:ext to speed up extension work

* removes silent
  • Loading branch information
peterpme authored Dec 22, 2022
1 parent 70bb0c0 commit 8b27448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"build": "env-cmd --silent turbo run build",
"e2e": "env-cmd --silent turbo run e2e",
"clean": "npx rimraf {.,backend,examples,packages,node_modules}/**/{.parcel-cache,.turbo,build,dist,node_modules,yarn-error.log} packages/app-extension/dev",
"start:ext": "env-cmd turbo run start --filter=@coral-xyz/app-extension...",
"build:ext": "env-cmd turbo run build --filter=@coral-xyz/app-extension...",
"start:mobile": "env-cmd --silent turbo run start --filter=@coral-xyz/app-mobile... --filter=@coral-xyz/background...",
"build:mobile": "env-cmd --silent turbo run build --filter=@coral-xyz/app-mobile... --filter=@coral-xyz/background...",
"postinstall": "yarn-deduplicate --scopes @babel @mui @typescript-eslint @types @react-native-community @react-navigation && if [ -d \"packages/app-mobile\" ]; then patch-package && cd packages/app-mobile && patch-package ; fi"
Expand Down

0 comments on commit 8b27448

Please sign in to comment.