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 19, 2024
1 parent 3f43e6f commit 7b9dcea
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 @@ -13,11 +13,11 @@
"dev:frontend": "npm -w packages/frontend run dev",
"dev:backend": "npm -w packages/backend run dev",
"dev:radar": "npm -w packages/backend run dev:radar",
"dev:test": "concurrently \"npm run dev:frontend\" \"npm run dev:backend:test\"",
"todo": "TODO: clean scripts below and verify they all work",
"test:dev": "concurrently \"npm run dev:frontend\" \"npm run dev:backend:test\"",
"dev:withradar": "concurrently \"npm run frontend:dev\" \"npm run backend:dev\" \"npm run backend:radar-dev\"",
"frontend:dev": "npm -w packages/frontend run dev",
"backend:dev:test": "npm -w packages/backend run dev:test",
"dev:backend:test": "npm -w packages/backend run test",
"backend:radar:start": "npm -w packages/backend run radar",
"backend:radar-dev": "npm -w packages/backend run radar:dev",
"test": "npx playwright test",
Expand Down

0 comments on commit 7b9dcea

Please sign in to comment.