Skip to content

Commit b239aaf

Browse files
committed
chore: add ignoredBuiltDependencies to suppress pnpm warnings
These two postinstall scripts aren't needed in this project.
1 parent a25a0c0 commit b239aaf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pnpm-workspace.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
packages:
2-
- 'template/base'
3-
- 'template/config/**'
4-
- 'template/tsconfig/**'
2+
- template/base
3+
- template/config/**
4+
- template/tsconfig/**
5+
6+
ignoredBuiltDependencies:
7+
- chromedriver
8+
- cypress

0 commit comments

Comments
 (0)