From b5a9e585be621e6c0445fa1cae50769dbb7ccf2c Mon Sep 17 00:00:00 2001 From: Angus Bayley Date: Fri, 6 Sep 2024 18:42:25 +0100 Subject: [PATCH] fix: correct paths for namespaces --- tools/actions/turbo-affected/build/main.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/actions/turbo-affected/build/main.js b/tools/actions/turbo-affected/build/main.js index 43848664793c..f59059bc9919 100644 --- a/tools/actions/turbo-affected/build/main.js +++ b/tools/actions/turbo-affected/build/main.js @@ -19333,20 +19333,20 @@ var package_default = { "build:llm:deps": 'pnpm turbo build --no-daemon --filter="./apps/ledger-live-mobile^..."', "build:ljs": 'pnpm turbo build --no-daemon --filter="./libs/ledgerjs/**"', "build:web-tools": "pnpm turbo build --no-daemon --filter=./apps/web-tools", - "build-ci:llm:ios": "pnpm turbo ios:ci:adhoc --no-daemon --filter=.apps/ledger-live-mobile", - "build-ci:llm:android": "pnpm turbo android:apk --no-daemon --filter=.apps/ledger-live-mobile", + "build-ci:llm:ios": "pnpm turbo ios:ci:adhoc --no-daemon --filter=./apps/ledger-live-mobile", + "build-ci:llm:android": "pnpm turbo android:apk --no-daemon --filter=./apps/ledger-live-mobile", "clean:ljs": 'pnpm turbo clean --no-daemon --filter="./libs/ledgerjs/**"', "doc:ljs": 'pnpm turbo doc --no-daemon --filter="./libs/ledgerjs/**"', "watch:ljs": 'pnpm turbo watch --no-daemon --filter="./libs/ledgerjs/**"', "watch:common": "pnpm turbo watch --no-daemon --filter=./libs/ledger-live-common", "dev:cli": "pnpm turbo watch --no-daemon --filter=@ledgerhq/live-cli", - "dev:lld": "pnpm turbo start --no-daemon --filter=.apps/ledger-live-desktop", - "dev:lld:debug": "DEV_TOOLS=1 LEDGER_INTERNAL_ARGS=--inspect ELECTRON_ARGS=--remote-debugging-port=8315 pnpm turbo start --no-daemon --filter=.apps/ledger-live-desktop", - "dev:llm": "pnpm turbo start --no-daemon --filter=.apps/ledger-live-mobile", - "release:lld": "pnpm turbo release --no-daemon --filter=.apps/ledger-live-desktop", - "pre:lld": "pnpm turbo pre-build --no-daemon --filter=.apps/ledger-live-desktop", + "dev:lld": "pnpm turbo start --no-daemon --filter=./apps/ledger-live-desktop", + "dev:lld:debug": "DEV_TOOLS=1 LEDGER_INTERNAL_ARGS=--inspect ELECTRON_ARGS=--remote-debugging-port=8315 pnpm turbo start --no-daemon --filter=./apps/ledger-live-desktop", + "dev:llm": "pnpm turbo start --no-daemon --filter=./apps/ledger-live-mobile", + "release:lld": "pnpm turbo release --no-daemon --filter=./apps/ledger-live-desktop", + "pre:lld": "pnpm turbo pre-build --no-daemon --filter=./apps/ledger-live-desktop", nightly: "pnpm turbo nightly --no-daemon", - "nightly:lld": "pnpm turbo nightly --no-daemon --filter=.apps/ledger-live-desktop", + "nightly:lld": "pnpm turbo nightly --no-daemon --filter=./apps/ledger-live-desktop", test: "pnpm turbo test --no-daemon --concurrency=50%", "run:cli": "./apps/cli/bin/index.js", lint: "pnpm turbo lint --no-daemon",