Skip to content

Commit 300ee57

Browse files
Merge pull request #15 from allthingsweb-dev/cursor/remove-bun-run-build-from-github-action-cda1
Remove bun run build from github action
2 parents d0052e7 + 54217bf commit 300ee57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/app.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
- name: 🔍 Type check
3131
working-directory: app
3232
run: bun run typecheck
33-
34-
- name: ⎔ Build
35-
working-directory: app
36-
run: bun run build
37-
3833
- name: 🏄 Run the tests
3934
run: echo "No tests configured yet. Add tests as needed."
4035

0 commit comments

Comments
 (0)