forked from iotaledger/iota
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
30 lines (30 loc) · 856 Bytes
/
pnpm-workspace.yaml
File metadata and controls
30 lines (30 loc) · 856 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
packages:
- "apps/**"
- "dapps/**"
- "docs/site"
- "sdk/**"
- "!**/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/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/**/**"