Skip to content

Commit 516accd

Browse files
committed
Simplify root pnpm-workspace.yaml
1 parent 16ae063 commit 516accd

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

pnpm-workspace.yaml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
11
packages:
2-
# include packages in sub-folders (e.g. apps/ and packages/)
3-
- "packages/**"
4-
5-
# - "packages/hardhat-core/test/fixture-projects/memory-safe-console/**"
6-
7-
# # if required, exclude some directories
8-
- "!**/test/**"
9-
# - "!packages/hardhat-core/test/fixture-projects/compilation-import-folder-from-module/**"
10-
# - "!packages/hardhat-core/test/fixture-projects/import-dependency-not-installed/**"
11-
# - "!packages/hardhat-core/test/fixture-projects/buidler-plugin/**"
12-
# - "!packages/hardhat-core/test/fixture-projects/compilation-import-non-existing-file-from-module/**"
13-
# - "!packages/hardhat-core/test/fixture-projects/plugin-dynamic-import-not-installed/**"
14-
# - "!packages/hardhat-core/test/fixture-projects/plugin-multiple-peer-dependencies-not-installed/**"
15-
# - "!packages/hardhat-core/test/fixture-projects/import-dev-dependency-not-installed/**"
16-
# - "!packages/hardhat-core/test/fixture-projects/plugin-peer-dependency-not-installed/**"
2+
- "packages/*"

0 commit comments

Comments
 (0)