Skip to content

Commit 0a6480d

Browse files
committed
chore: ignore preinstall scripts as these are not used in this project
1 parent d8f78ac commit 0a6480d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pnpm-workspace.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
packages:
2-
- 'examples/*'
3-
- 'test/fixtures/*'
4-
- '.'
2+
- examples/*
3+
- test/fixtures/*
4+
- .
5+
6+
ignoredBuiltDependencies:
7+
- chromedriver
8+
- cypress
9+
- esbuild

0 commit comments

Comments
 (0)