Skip to content

Commit

Permalink
added docker testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Dec 17, 2023
1 parent 4764e28 commit bb2814b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dev-ts": "concurrently --kill-others \"npm run server-ts\" \"npm run client\"",
"dev": "concurrently --kill-others \"npm run server\" \"npm run client\"",
"docker-dev": "docker-compose -f docker-compose-dev.yml up --build",
"docker-test:all": "docker-compose -f docker-compose-test.yml up --abort-on-container-exit",
"test:client": "cd client && npm test",
"test:all": "concurrently \"npm test\" \"npm run test:client\""
},
Expand Down

0 comments on commit bb2814b

Please sign in to comment.