Skip to content

Commit

Permalink
feature: improved scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 19, 2024
1 parent db3bbb0 commit cc73b33
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 @@ -11,8 +11,8 @@
"scripts": {
"docker:compose": "docker-compose up -d",
"client:dev": "npm run dev --workspace=client",
"server:dev": "wait-on tcp:6379 && npm run dev --workspace=server",
"start": "concurrently 'npm:docker:compose' 'npm:client:dev' 'npm:server:dev'",
"server:dev": "wait-on tcp:6379 && npm run start:dev --workspace=server",
"start": "concurrently 'npm:docker:compose' 'npm:server:dev' 'npm:client:dev'",
"storybook": "npm run storybook --workspace=client",
"stop": "docker-compose down",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit cc73b33

Please sign in to comment.