chore: Include types as dep for shared

This commit is contained in:
Dries Augustyns
2026-01-01 11:02:31 +01:00
parent 3a299cae98
commit 76786b2eae
3 changed files with 4 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" --filter="@plunk/types"
run: yarn build --filter="@plunk/db" --filter="@plunk/types" --filter="@plunk/shared"
- 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" --filter="@plunk/types"
run: yarn build --filter="@plunk/db" --filter="@plunk/types" --filter="@plunk/shared"
- name: Run linter
run: yarn lint
+1
View File
@@ -8,6 +8,7 @@
"build": "tsc"
},
"devDependencies": {
"@plunk/db": "*",
"@plunk/typescript-config": "*",
"@types/node": "^24.10.0",
"@types/react": "^19.2.7",
+1
View File
@@ -3116,6 +3116,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@plunk/types@workspace:packages/types"
dependencies:
"@plunk/db": "npm:*"
"@plunk/typescript-config": "npm:*"
"@types/node": "npm:^24.10.0"
"@types/react": "npm:^19.2.7"