Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@
"test:e2e:headless": "pnpm --filter=web-mapviewer run test:e2e:headless",
"test:unit": "pnpm run --recursive --parallel --no-bail --if-present test:unit",
"test:unit:watch": "pnpm run --recursive --if-present test:unit:watch",
"update:workspace": "node ./scripts/update-pnpm-workspace.js"
"update:workspace": "tsx ./scripts/update-pnpm-workspace.ts"
},
"engines": {
"node": ">=22.18",
"pnpm": ">=10.15"
},
"devDependencies": {
"@types/node": "catalog:",
"tsx": "catalog:",
"yaml": "catalog:"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:int": "pnpm run build --mode integration",
"build:prod": "pnpm run build --mode production",
"build:test": "pnpm run build --mode test",
"check:external": "pnpx vite-node scripts/check-external-layers-providers.js",
"check:external": "pnpx vite-node scripts/check-external-layers-providers.ts",
"delete:reports": "rimraf tests/results/ || true",
"delete:reports:unit": "rimraf tests/results/unit/ || true",
"dev": "vite --port 8080 --host --cors",
Expand Down
Loading
Loading