Skip to content

Commit

Permalink
chore: update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 23, 2024
1 parent 6029aaf commit 3707046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": "true",
"scripts": {
"start": "npm run migrate:db && npm run start:frontend && npm run start:backend && npm run start:radar",
"start:frontend": "npm -w packages/frontend run start | sed 's/^/[frontend] /'",
"start:backend": "npm -w packages/backend run start | sed 's/^/[backend] /'",
"start:radar": "npm -w packages/backend run start:radar | sed 's/^/[radar] /'",
"start:frontend": "npm -w packages/frontend run start",
"start:backend": "npm -w packages/backend run start",
"start:radar": "npm -w packages/backend run start:radar",
"build:frontend": "npm -w packages/frontend run build",
"migrate:db": "npm -w packages/backend run migrate:db",
"dev": "concurrently \"npm run dev:frontend\" \"npm run dev:backend\"",
Expand Down

0 comments on commit 3707046

Please sign in to comment.