diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1417f6c..3fede5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/packages/types/package.json b/packages/types/package.json index 998f6d0..cd714fc 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -8,6 +8,7 @@ "build": "tsc" }, "devDependencies": { + "@plunk/db": "*", "@plunk/typescript-config": "*", "@types/node": "^24.10.0", "@types/react": "^19.2.7", diff --git a/yarn.lock b/yarn.lock index e20d307..5e5774d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"