build(hololake): bind mac candidates to exact source

This commit is contained in:
冰朔 2026-08-12 07:02:34 +08:00
commit 9299fc9442
6 changed files with 278 additions and 2 deletions

View file

@ -33,7 +33,7 @@
"playwright:integration": "playwright test --config playwright.integration.config.ts",
"test:coverage": "node scripts/run-vitest-coverage.mjs",
"verify:internal-package": "node scripts/verify-internal-package-content.mjs",
"test:internal-release": "node --test scripts/internal-release-version.test.mjs",
"test:internal-release": "node --test scripts/internal-release-version.test.mjs scripts/internal-release-provenance.test.mjs",
"guard:deployment-source": "node scripts/deployment-source-guard.mjs",
"test:deployment-source": "node --test scripts/deployment-source-guard.test.mjs",
"test:native-authority": "bash scripts/test-guanghu-native-authority.sh && node scripts/validate-guanghu-native-profile.mjs",