Skip to content

Commit 2070568

Browse files
committed
convex: dont fail codegen
1 parent 45dde7a commit 2070568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/convex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"dev": "bun run convex dev --env-file=../../.env",
8-
"sync": "bun run convex codegen"
8+
"sync": "bun run convex codegen || true"
99
},
1010
"devDependencies": {
1111
"@types/bun": "^1.2.23"

0 commit comments

Comments
 (0)