feat: with two script now, instead of one. e2e

This commit is contained in:
Stepan Vladovskiy 2024-06-19 01:03:31 +00:00
parent 250947a8d1
commit 6fcd0105de
2 changed files with 1283 additions and 308 deletions

1584
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,8 @@
"codegen": "graphql-codegen",
"deploy": "graphql-codegen && npm run typecheck && vite build && vercel",
"dev": "vite",
"e2e": "npx playwright test --project=webkit",
"e2e:tests": "npx playwright test --project=webkit",
"e2e:install": "npx playwright install webkit && npx playwright install-deps ",
"fix": "npm run check:code:fix && stylelint **/*.{scss,css} --fix",
"format": "npx @biomejs/biome format src/. --write",
"postinstall": "npm run codegen && npx patch-package",
@ -136,5 +137,7 @@
"y-prosemirror": "1.2.5",
"yjs": "13.6.15"
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}