Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Nov 26, 2024
1 parent 8e487ae commit f2958d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"dev": "npm-run-all --parallel dev:convex dev:start",
"dev:convex": "convex dev",
"dev:start": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./app",
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"framework": null,
"buildCommand": "pnpm build",
"buildCommand": "npx convex deploy --cmd 'pnpm build'",
"devCommand": "pnpm dev"
}

0 comments on commit f2958d1

Please sign in to comment.