chore: Include types as dep for shared
This commit is contained in:
@@ -103,7 +103,7 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Build shared packages
|
- 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
|
- name: Generate Prisma Client
|
||||||
run: yarn workspace @plunk/db db:generate
|
run: yarn workspace @plunk/db db:generate
|
||||||
@@ -188,7 +188,7 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Build shared packages
|
- 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
|
- name: Run linter
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
"typescript": "^5.7.2"
|
"typescript": "^5.7.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@plunk/types": "*",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|||||||
Reference in New Issue
Block a user