Skip to content

Commit d19589f

Browse files
committed
feat: github action run the e2e
1 parent 8f4484b commit d19589f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "e2e",
33
"version": "0.0.1",
44
"scripts": {
5-
"install": "npx playwright install-deps && npx playwright install",
5+
"postinstall": "npx playwright install-deps && npx playwright install",
66
"test": "npx playwright test"
77
},
88
"keywords": [],

0 commit comments

Comments
 (0)