feat(ct-angular): add pw-angular bin

This commit is contained in:
Younes Jaaidi 2024-03-27 16:30:09 +01:00
parent 0443e8cbe9
commit 96258f1f52
No known key found for this signature in database
GPG key ID: 3126C5717BDF3241
2 changed files with 4 additions and 2 deletions

3
package-lock.json generated
View file

@ -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",

View file

@ -47,6 +47,7 @@
"typescript": ">=5.2.0" "typescript": ">=5.2.0"
}, },
"bin": { "bin": {
"playwright": "./cli.js" "playwright": "cli.js",
"pw-angular": "cli.js"
} }
} }