mirror of
https://github.com/penpot/penpot.git
synced 2026-08-05 20:38:38 +00:00
🐛 Fix frontend test script
This commit is contained in:
parent
8289120ea4
commit
350cc01b72
@ -55,7 +55,7 @@
|
|||||||
"@penpot/text-editor": "workspace:./text-editor",
|
"@penpot/text-editor": "workspace:./text-editor",
|
||||||
"@penpot/tokenscript": "workspace:./packages/tokenscript",
|
"@penpot/tokenscript": "workspace:./packages/tokenscript",
|
||||||
"@penpot/ui": "workspace:./packages/ui",
|
"@penpot/ui": "workspace:./packages/ui",
|
||||||
"@playwright/test": "1.58.0",
|
"@playwright/test": "1.59.0",
|
||||||
"@storybook/addon-docs": "10.1.11",
|
"@storybook/addon-docs": "10.1.11",
|
||||||
"@storybook/addon-themes": "10.1.11",
|
"@storybook/addon-themes": "10.1.11",
|
||||||
"@storybook/addon-vitest": "10.1.11",
|
"@storybook/addon-vitest": "10.1.11",
|
||||||
@ -70,7 +70,7 @@
|
|||||||
"compression": "^1.8.1",
|
"compression": "^1.8.1",
|
||||||
"concurrently": "^9.2.1",
|
"concurrently": "^9.2.1",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"esbuild": "^0.27.2",
|
"esbuild": "^0.27.4",
|
||||||
"eventsource-parser": "^3.0.6",
|
"eventsource-parser": "^3.0.6",
|
||||||
"express": "^5.1.0",
|
"express": "^5.1.0",
|
||||||
"fancy-log": "^2.0.0",
|
"fancy-log": "^2.0.0",
|
||||||
@ -89,7 +89,7 @@
|
|||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"opentype.js": "^1.3.4",
|
"opentype.js": "^1.3.4",
|
||||||
"p-limit": "^6.2.0",
|
"p-limit": "^6.2.0",
|
||||||
"playwright": "1.58.0",
|
"playwright": "1.59.0",
|
||||||
"postcss": "^8.5.4",
|
"postcss": "^8.5.4",
|
||||||
"postcss-clean": "^1.2.2",
|
"postcss-clean": "^1.2.2",
|
||||||
"postcss-modules": "^6.0.1",
|
"postcss-modules": "^6.0.1",
|
||||||
|
|||||||
426
frontend/pnpm-lock.yaml
generated
426
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -5,5 +5,10 @@ corepack enable;
|
|||||||
corepack install;
|
corepack install;
|
||||||
pnpm install;
|
pnpm install;
|
||||||
|
|
||||||
|
# Build render wasm binary
|
||||||
|
pushd ../render-wasm;
|
||||||
|
./build
|
||||||
|
popd
|
||||||
|
|
||||||
pnpm run lint:scss;
|
pnpm run lint:scss;
|
||||||
pnpm run test;
|
pnpm run test;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user