-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpnpm-workspace.yaml
29 lines (29 loc) · 1.01 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
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/typescript/zklogin'
- '!packages/typescript/keypairs/passkey'
- '!packages/typescript/graphql/schemas/latest'