Skip to content

Commit

Permalink
chore: fix lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Jul 12, 2023
1 parent de95b3e commit 9c49fbf
Show file tree
Hide file tree
Showing 4 changed files with 5,060 additions and 2,938 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-mobile-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ jobs:
key: ${{ runner.os }}-pods-${{ hashFiles('apps/ledger-live-mobile/ios/Podfile.lock') }}
- name: install dependencies
run: |
pnpm i --filter="live-mobile..." --filter="ledger-live" --no-frozen-lockfile --unsafe-perm
pnpm i --filter="live-mobile..." --filter="ledger-live" --filter="dummy-*" --no-frozen-lockfile --unsafe-perm
- name: Build dependencies
run: |
pnpm build:llm:deps
- name: Build Dummy Live SDK and Dummy Wallet API apps for testing
run: |
pnpm test-utils dummy-apps:install
pnpm test-utils dummy-apps:build
shell: bash
- name: Create iOS simulator
Expand Down
1 change: 0 additions & 1 deletion libs/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"scripts": {
"clean": "rimraf lib lib-es",
"build": "tsc && tsc -m ES6 --outDir lib-es",
"dummy-apps:install": "pnpm --filter='dummy-*' i",
"dummy-apps:build": "pnpm --filter='dummy-*' build",
"dummy-apps:start-ptx-app": "cd dummy-ptx-app && npx http-server"
},
Expand Down
Loading

0 comments on commit 9c49fbf

Please sign in to comment.