-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpnpm-workspace.yaml
34 lines (34 loc) · 1.19 KB
/
pnpm-workspace.yaml
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:
- 'packages/**'
- '!**/dist/**'
- '!**/.next/**'
- '!packages/create-dapp/templates'
- '!packages/typescript/scripts'
- '!packages/typescript/transactions'
- '!packages/typescript/cryptography'
- '!packages/typescript/faucet'
- '!packages/typescript/transactions'
- '!packages/typescript/client'
- '!packages/typescript/verify'
- '!packages/typescript/multisig'
- '!packages/typescript/utils'
- '!packages/typescript/bcs'
- '!packages/enoki/react'
- '!packages/move-bytecode-template/pkg'
- '!packages/move-bytecode-template/pkg'
- '!packages/typescript/graphql'
- '!packages/typescript/keypairs/ed25519'
- '!packages/typescript/keypairs/secp256k1'
- '!packages/typescript/keypairs/secp256r1'
- '!packages/typescript/graphql/schemas/2024.1'
- '!packages/typescript/graphql/schemas/2024.4'
- '!packages/signers/aws'
- '!packages/signers/gcp'
- '!packages/signers/ledger'
- '!packages/typescript/zklogin'
- '!packages/typescript/keypairs/passkey'
- '!packages/typescript/graphql/schemas/latest'
- '!packages/signers/utils'
- '!packages/signers/webcrypto'
- '!packages/zksend/experimental/unified-adapter'
- '!packages/typescript/experimental'