mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-08-06 17:03:28 +02:00
ci: convex deploy fix
This commit is contained in:
@@ -25,7 +25,9 @@ jobs:
|
||||
run: bun install
|
||||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
env:
|
||||
CONVEX_DEPLOY_KEY: ${{ secrets.CONVEX_DEPLOY_KEY }}
|
||||
run: npx convex deploy --cmd 'bun run build'
|
||||
|
||||
- name: Deploy
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
|
||||
+3
-3
@@ -5,11 +5,11 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"generate:versions": "node scripts/generate-versions.js",
|
||||
"dev": "bun run generate:versions && vite",
|
||||
"build": "bun run generate:versions && tsc && vite build",
|
||||
"dev": "bun run generate:versions && bun run scan:options && vite",
|
||||
"build": "bun run generate:versions && bun run scan:options && tsc && vite build",
|
||||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview",
|
||||
"deploy": "bun run build && wrangler deploy"
|
||||
"deploy": "npx convex deploy --cmd 'bun run build' && wrangler deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@convex-dev/auth": "^0.0.90",
|
||||
|
||||
Reference in New Issue
Block a user