chore: Include types as dep for shared

This commit is contained in:
Dries Augustyns
2026-01-01 10:56:59 +01:00
parent 85c992a9f9
commit dd4737cfe9
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ jobs:
EOF
- name: Build shared packages
run: yarn build --filter="@plunk/shared" --filter="@plunk/db"
run: yarn build --filter="@plunk/shared" --filter="@plunk/db" --filter="@plunk/types"
- name: Generate Prisma Client
run: yarn workspace @plunk/db db:generate
@@ -188,7 +188,7 @@ jobs:
EOF
- name: Build shared packages
run: yarn build --filter="@plunk/shared" --filter="@plunk/db"
run: yarn build --filter="@plunk/shared" --filter="@plunk/db" --filter="@plunk/types"
- name: Run linter
run: yarn lint
+1
View File
@@ -14,6 +14,7 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@plunk/types": "*",
"zod": "^3.23.8"
},
"exports": {