Skip to content

Commit 2fdc7ed

Browse files
[apps] Reorganize apps in monorepo (MystenLabs#4802)
1 parent c81de2d commit 2fdc7ed

File tree

521 files changed

+250
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

521 files changed

+250
-207
lines changed

.github/workflows/explorer-client-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
install: false
6161
start: pnpm dev:static
62-
working-directory: ./explorer/client
62+
working-directory: ./apps/explorer
6363
spec: cypress/e2e/static/*
6464
end_to_end_localnet:
6565
name: End-to-end tests (Localnet)
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
install: false
8989
start: pnpm dlx concurrently --kill-others 'cargo run --bin sui-test-validator' 'pnpm dev'
90-
working-directory: ./explorer/client
90+
working-directory: ./apps/explorer
9191
spec: cypress/e2e/localnet/*
9292
# Wait on faucet and explorer:
9393
wait-on: "http://localhost:3000, http://localhost:9123"

.github/workflows/wallet-ext-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: needs.diff.outputs.isWalletExt == 'true'
1818
runs-on: ubuntu-latest
1919
env:
20-
working-directory: ./wallet
20+
working-directory: ./apps/wallet
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v3
@@ -46,6 +46,6 @@ jobs:
4646
- uses: actions/upload-artifact@v2
4747
with:
4848
name: wallet-extension
49-
path: wallet/web-ext-artifacts/*
49+
path: apps/wallet/web-ext-artifacts/*
5050
if-no-files-found: error
5151
retention-days: 7
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)