Skip to content

Commit

Permalink
CI Install may need dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgriffin-scottlogic committed Jun 14, 2024
1 parent 8af9ad1 commit 4da9d5f
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 @@ -17,7 +17,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"playwright-install": "pip install -r requirements.txt && playwright install",
"playwright-install": "pip install -r requirements.txt && playwright install --with-deps",
"playwright-test": "cd playwright/tests && pytest"
},
"private": true,
Expand Down

0 comments on commit 4da9d5f

Please sign in to comment.