Skip to content

Commit

Permalink
update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmacartney committed Dec 28, 2023
1 parent 0889924 commit 5026619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/convex/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"scripts": {
"dev": "npm-run-all dev:init --parallel dev:backend dev:frontend",
"dev": "npm-run-all --parallel dev:backend dev:frontend",
"build": "tsc && next build",
"dev:backend": "convex dev",
"dev:frontend": "next dev",
"dev:init": "convex dev --once",
"predev": "convex dev --until-success",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit 5026619

Please sign in to comment.