deps-upgrade(features/content-generators): ⬆️ Update dev dependencies in content generators for testing and frontend tooling
This commit is contained in:
parent
38c5da6956
commit
4ee10c8e3e
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@lilith/platform-dev-e2e",
|
||||
"name": "@lilith/content-generators-e2e",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "E2E tests for Platform Dev frontend",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@lilith/platform-dev",
|
||||
"name": "@lilith/content-generators",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
"test:e2e:docker:down": "docker compose -f infrastructure/e2e/docker-compose.yml down -v 2>/dev/null || true",
|
||||
"test:e2e:docker": "echo 'Copy templates from @lilith/playwright-e2e-docker to set up Docker E2E'",
|
||||
"test:e2e:docker:platform-admin": "pnpm --filter @lilith/platform-admin test:e2e:docker",
|
||||
"test:e2e:docker:platform-dev": "pnpm --filter @lilith/platform-dev test:e2e:docker",
|
||||
"test:e2e:docker:content-generators": "pnpm --filter @lilith/content-generators test:e2e:docker",
|
||||
"test:e2e:webmap": "turbo run test:e2e --filter=@lilith/webmap",
|
||||
"test:e2e": "turbo run test:e2e",
|
||||
"test:infra:caddy": "pnpm --filter @lilith/infrastructure-e2e-tests test:caddy",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue