Iterate
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
"bin": {
|
"bin": {
|
||||||
"playwright-screenshots": "./playwright-screenshots.sh"
|
"playwright-screenshots": "./playwright-screenshots.sh"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"prepare": "tsc",
|
||||||
|
"test": "echo No tests for @element-hq/element-web-playwright-common"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/lodash-es": "^4.17.12",
|
"@types/lodash-es": "^4.17.12",
|
||||||
"typescript": "^5.8.2"
|
"typescript": "^5.8.2"
|
||||||
@@ -24,8 +28,5 @@
|
|||||||
"@element-hq/element-web-module-api": "*",
|
"@element-hq/element-web-module-api": "*",
|
||||||
"@playwright/test": "^1.51.0",
|
"@playwright/test": "^1.51.0",
|
||||||
"playwright-core": "^1.51.0"
|
"playwright-core": "^1.51.0"
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"prepare": "tsc"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user