fix: Fix onboard-meeting-members deep link with groupId.

This commit is contained in:
2025-08-18 19:26:59 -06:00
parent cdf5fbdfc6
commit 016e849d3e
5 changed files with 42 additions and 21 deletions

View File

@@ -12,6 +12,7 @@
"type-check": "tsc --noEmit",
"prebuild": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src && node sw_combine.js && node scripts/copy-wasm.js",
"test:prerequisites": "node scripts/check-prerequisites.js",
"test:all": "npm run lint && tsc && npm run test:web && npm run test:mobile && ./scripts/test-safety-check.sh && echo '\n\n\nGotta add the performance tests'",
"test:web": "npx playwright test -c playwright.config-local.ts --trace on",
"test:mobile": "./scripts/test-mobile.sh",
"test:android": "node scripts/test-android.js",