Skip to content

Commit 0b5c47d

Browse files
committed
feat: add playwright export
Signed-off-by: Max <max@nextcloud.com>
1 parent e6f1597 commit 0b5c47d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"import": "./dist/cypress.mjs",
3030
"require": "./dist/cypress.js"
3131
},
32+
"./playwright": {
33+
"types": "./dist/playwright.d.ts",
34+
"import": "./dist/playwright.mjs",
35+
"require": "./dist/playwright.js"
36+
},
3237
".": {
3338
"types": "./dist/index.d.ts",
3439
"import": "./dist/index.js",

0 commit comments

Comments
 (0)