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

21
package-lock.json generated
View file

@ -10,7 +10,8 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.32.1",
"cross-env": "^7.0.3"
"cross-env": "^7.0.3",
"playwright": "^1.32.1"
}
},
"node_modules/@playwright/test": {
@ -100,9 +101,25 @@
"node": ">=8"
}
},
"node_modules/playwright": {
"version": "1.32.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.32.1.tgz",
"integrity": "sha512-GnEizysWMvoqHC3I9l8+4/ZxeLwLNdJJG76xdKGxzOcIZDcw5RSk/FKrFb5CuA+zcLpjIM2p9eR9Z4CuUDkWXg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"playwright-core": "1.32.1"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
}
},
"node_modules/playwright-core": {
"version": "1.32.1",
"resolved": "https://registry.npmjs.org/@playwright/playwright-core/-/playwright-core-1.32.1.tgz",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.32.1.tgz",
"integrity": "sha1-WhDDJAMyOwfXXqQo6+7YZqgLdqE=",
"dev": true,
"license": "Apache-2.0",

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"
}
}