feat(ct-angular): add pw-angular bin
This commit is contained in:
parent
0443e8cbe9
commit
96258f1f52
3
package-lock.json
generated
3
package-lock.json
generated
|
|
@ -8443,7 +8443,8 @@
|
||||||
"@playwright/experimental-ct-core": "1.43.0-next"
|
"@playwright/experimental-ct-core": "1.43.0-next"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"playwright": "cli.js"
|
"playwright": "cli.js",
|
||||||
|
"pw-angular": "cli.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/compiler": "^17.0.0",
|
"@angular/compiler": "^17.0.0",
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@
|
||||||
"typescript": ">=5.2.0"
|
"typescript": ">=5.2.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"playwright": "./cli.js"
|
"playwright": "cli.js",
|
||||||
|
"pw-angular": "cli.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue