-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
34 lines (34 loc) · 989 Bytes
/
pnpm-workspace.yaml
File metadata and controls
34 lines (34 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
packages:
- "apps/**"
- "dapps/**"
- "sdk/**"
- "packages/*"
- "!**/dist/**"
- "!**/.next/**"
- "!sdk/create-dapp/templates/*"
- "!sdk/typescript/bcs"
- "!sdk/typescript/client"
- "!sdk/typescript/cryptography"
- "!sdk/typescript/faucet"
- "!sdk/typescript/graphql"
- "!sdk/typescript/keypairs/ed25519"
- "!sdk/typescript/keypairs/secp256k1"
- "!sdk/typescript/keypairs/secp256r1"
- "!sdk/typescript/keypairs/passkey"
- "!sdk/typescript/keypairs/move-authenticator"
- "!sdk/typescript/multisig"
- "!sdk/typescript/signers/ledger"
- "!sdk/typescript/scripts"
- "!sdk/typescript/transactions"
- "!sdk/typescript/utils"
- "!sdk/typescript/verify"
- "!sdk/move-bytecode-template/pkg"
- "!sdk/typescript/graphql/schemas/2025.2"
- "!sdk/signers/aws"
- "!sdk/signers/gcp"
- "!sdk/signers/ledger"
- "!sdk/signers/webcrypto"
- "!sdk/typescript/test/**/**"
- "!sdk/examples/src/**/build"
minimumReleaseAge: 2880
blockExoticSubdeps: true