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
+5 -3
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": "",
@@ -31,4 +33,4 @@
"eslint": "^10.6.0",
"prettier": "^3.9.4"
}
}
}