Skip to content

Commit e34ae38

Browse files
committed
chore: ignore builds
1 parent 55134fc commit e34ae38

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pnpm-workspace.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
packages:
2-
- "packages/**"
3-
- "!packages/nuxi"
4-
- "!packages/test-utils"
5-
- "playground"
6-
- "test/fixtures/*"
2+
- packages/**
3+
- '!packages/nuxi'
4+
- '!packages/test-utils'
5+
- playground
6+
- test/fixtures/*
7+
ignoredBuiltDependencies:
8+
- vue-demi
9+
- esbuild

0 commit comments

Comments
 (0)