forked from DimensionDev/Maskbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpnpm-workspace.yaml
33 lines (33 loc) · 961 Bytes
/
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
# If you need to speedup webpack build, please also add the new package builds into
# webpack config.resolve.alias
packages:
- 'packages/test-serializer'
- 'packages/empty'
- 'packages/polyfills'
- 'packages/polyfills/types'
- 'packages/scripts'
- 'packages/dashboard'
- 'packages/mask'
- 'packages/injected-script'
- 'packages/mask-sdk'
- 'packages/public-api'
- 'packages/shared-base'
- 'packages/shared'
- 'packages/web3-kit'
- 'packages/web3-providers'
- 'packages/web3-constants'
- 'packages/web3-contracts'
- 'packages/web3-shared/base'
- 'packages/web3-shared/evm'
- 'packages/web3-shared/flow'
- 'packages/web3-shared/solana'
- 'packages/storybook-shared'
- 'packages/icons'
- 'packages/theme'
- 'packages/plugin-infra'
- 'packages/plugins/example'
- 'packages/plugins/Wallet'
- 'packages/plugins/Flow'
- 'packages/external-plugin-previewer'
- 'packages/backup-format'
- 'packages/encryption'