We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fb53a commit b130c40Copy full SHA for b130c40
chan.dev/package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"dev": "astro dev",
11
"start": "astro dev",
12
- "build": "astro build --remote",
+ "build": "npx convex deploy && astro build --remote",
13
"build:local": "op run --env-file='./.env' -- pnpm run build",
14
"postbuild": "pagefind --site dist",
15
"preview": "pnpm run build:local && wrangler pages dev ./dist --port 2426",
0 commit comments