Skip to content

Commit

Permalink
fix: npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 23, 2024
1 parent dbfbfad commit d64b218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": "true",
"scripts": {
"start": "npm run migrate:db && npm run concurrently -n frontend,backend,radar \"npm run start:frontend\" \"npm run start:backend\" \"npm run start:radar\"",
"start": "npm run migrate:db && concurrently -n frontend,backend,radar \"npm run start:frontend\" \"npm run start:backend\" \"npm run start: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",
Expand Down

0 comments on commit d64b218

Please sign in to comment.