try manually removing @playwright from the resolution path to make github action work

This commit is contained in:
Daniel D Orlando 2023-03-28 09:54:15 -07:00 committed by Daniel D Orlando
parent 6d7f0448ff
commit 3ec2942365
2 changed files with 21 additions and 3 deletions

View file

@ -20,6 +20,7 @@
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
"devDependencies": {
"@playwright/test": "^1.32.1",
"cross-env": "^7.0.3"
"cross-env": "^7.0.3",
"playwright": "^1.32.1"
}
}