Skip to content

Commit b130c40

Browse files
committed
add convex deploy to remote build
1 parent 39fb53a commit b130c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chan.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"dev": "astro dev",
1111
"start": "astro dev",
12-
"build": "astro build --remote",
12+
"build": "npx convex deploy && astro build --remote",
1313
"build:local": "op run --env-file='./.env' -- pnpm run build",
1414
"postbuild": "pagefind --site dist",
1515
"preview": "pnpm run build:local && wrangler pages dev ./dist --port 2426",

0 commit comments

Comments
 (0)