Skip to content

Commit

Permalink
update package json backend script
Browse files Browse the repository at this point in the history
  • Loading branch information
lache-melvin committed Feb 20, 2024
1 parent 5d57a77 commit 78005c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"load-data": "lerna run --scope @universal-codes/data-loader start --stream && yarn update-dgraph-schema",
"start-backend": "cd backend && cargo run",
"start-backend:watch": "cd backend && systemfd --no-pid -s http::4007 -- cargo watch -x run",
"start-backend:watch": "cd backend && cargo make watch",
"build-data-loader": "lerna run --scope @universal-codes/data-loader build",
"start-frontend": "lerna run --scope @uc-frontend/* --parallel start",
"build-frontend": "lerna run --scope @uc-frontend/* build",
Expand Down Expand Up @@ -83,4 +83,4 @@
"graphql": "^16.3.0",
"lerna": "^4.0.0"
}
}
}

0 comments on commit 78005c2

Please sign in to comment.