🐛 Fix frontend test script

This commit is contained in:
Andrey Antukh
2026-04-01 10:51:11 +02:00
parent 8289120ea4
commit 350cc01b72
3 changed files with 382 additions and 55 deletions

View File

@@ -55,7 +55,7 @@
"@penpot/text-editor": "workspace:./text-editor",
"@penpot/tokenscript": "workspace:./packages/tokenscript",
"@penpot/ui": "workspace:./packages/ui",
"@playwright/test": "1.58.0",
"@playwright/test": "1.59.0",
"@storybook/addon-docs": "10.1.11",
"@storybook/addon-themes": "10.1.11",
"@storybook/addon-vitest": "10.1.11",
@@ -70,7 +70,7 @@
"compression": "^1.8.1",
"concurrently": "^9.2.1",
"date-fns": "^4.1.0",
"esbuild": "^0.27.2",
"esbuild": "^0.27.4",
"eventsource-parser": "^3.0.6",
"express": "^5.1.0",
"fancy-log": "^2.0.0",
@@ -89,7 +89,7 @@
"npm-run-all": "^4.1.5",
"opentype.js": "^1.3.4",
"p-limit": "^6.2.0",
"playwright": "1.58.0",
"playwright": "1.59.0",
"postcss": "^8.5.4",
"postcss-clean": "^1.2.2",
"postcss-modules": "^6.0.1",

426
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,5 +5,10 @@ corepack enable;
corepack install;
pnpm install;
# Build render wasm binary
pushd ../render-wasm;
./build
popd
pnpm run lint:scss;
pnpm run test;