Include all non-dist packages in the pnpm workspace

This commit is contained in:
Mike Cao
2026-06-24 11:28:11 -07:00
parent 17bd781de5
commit 2f6e2b5ff2
+4
View File
@@ -1,3 +1,7 @@
packages:
- '**'
- '!dist'
- '!**/dist/**'
allowBuilds: allowBuilds:
'@parcel/watcher': false '@parcel/watcher': false
'@prisma/engines': true '@prisma/engines': true