Skip to content

Commit 6f526bf

Browse files
committed
Fixed CI
1 parent 150d1ec commit 6f526bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: npx prisma generate
2525
- run: npx prisma migrate dev
2626
- run: npm test
27-
- run: npm build
27+
- run: npm run build
2828

2929
# Bun
3030
- uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)