Skip to content

Commit

Permalink
Update test:e2e:docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
asimonok committed Jun 19, 2024
1 parent afe59a4 commit 2a54960
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 @@ -80,7 +80,7 @@
"test": "jest --watch --onlyChanged",
"test:ci": "jest --maxWorkers 4 --coverage",
"test:e2e": "npx playwright test",
"test:e2e:docker": "docker compose run test",
"test:e2e:docker": "docker compose --profile e2e up",
"upgrade": "npm upgrade --save"
},
"version": "5.1.0"
Expand Down

0 comments on commit 2a54960

Please sign in to comment.