Skip to content

Commit b2b8d90

Browse files
committed
add ignoredBuiltDependencies config
1 parent a192ed0 commit b2b8d90

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pnpm-workspace.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
packages:
22
- tests/integration-tests/*
33
- tests/runner-tests/*
4+
5+
ignoredBuiltDependencies:
6+
- '@apollo/protobufjs'
7+
- bufferutil
8+
- core-js
9+
- ejs
10+
- es5-ext
11+
- keccak
12+
- leveldown
13+
- protobufjs
14+
- secp256k1
15+
- truffle
16+
- utf-8-validate
17+
- web3
18+
- web3-bzz
19+
- web3-shh

0 commit comments

Comments
 (0)