Skip to content

Commit c2108e3

Browse files
committed
Build before lint.
1 parent 0b7d718 commit c2108e3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/linting.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ jobs:
3030
run: |
3131
npm install --ignore-scripts
3232
33+
- name: Build
34+
run: |
35+
npm run build
36+
3337
- name: Run lint
3438
run: npm run lint

packages/outbox-prisma-adapter/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"devDependencies": {
3535
"@biomejs/biome": "1.8.3",
3636
"@kibertoad/biome-config": "^1.2.1",
37+
"@prisma/client": "^5.22.0",
3738
"@types/node": "^22.0.0",
3839
"@vitest/coverage-v8": "^2.0.4",
3940
"del-cli": "^5.1.0",
40-
"@prisma/client": "^5.19.1",
41-
"prisma": "^5.19.1",
41+
"prisma": "^5.22.0",
4242
"typescript": "^5.5.3",
4343
"uuidv7": "^1.0.2",
4444
"vitest": "^2.0.4",
@@ -60,5 +60,9 @@
6060
"outbox",
6161
"pattern"
6262
],
63-
"files": ["README.md", "LICENSE", "dist/*"]
63+
"files": [
64+
"README.md",
65+
"LICENSE",
66+
"dist/*"
67+
]
6468
}

0 commit comments

Comments
 (0)