test(pnpm and playwright): Updated dependencies

This commit is contained in:
2026-07-15 13:57:44 +02:00
parent 9821ffe642
commit d8d4c7cb69
3 changed files with 22 additions and 3 deletions
+4 -2
View File
@@ -6,10 +6,12 @@
"scripts": {
"lint": "eslint .",
"format": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
"release": "changeset publish",
"test:unit": "pnpm --filter luna-charts test:unit",
"test:component": "docker compose -f docker-compose.test.yaml up --build --abort-on-container-exit --exit-code-from test",
"test": "pnpm test:unit && pnpm test:component"
},
"keywords": [],
"author": "",
+2
View File
@@ -35,6 +35,8 @@
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil-test --prod",
"test:unit": "stencil-test --prod --project=unit",
"test:browser": "stencil-test --prod --project=browser",
"test:watch": "stencil-test --prod --watch",
"generate": "stencil generate",
"storybook": "storybook dev -p 6006 --no-open"
+15
View File
@@ -1,5 +1,20 @@
packages:
- "packages/*"
- "apps/*"
allowBuilds:
esbuild: false
onlyBuiltDependencies:
- playwright
supportedArchitectures:
os:
- current
- linux
cpu:
- current
- x64
libc:
- current
- glibc