build(hololake): bind mac candidates to exact source
This commit is contained in:
parent
8f18c3fba3
commit
9299fc9442
6 changed files with 278 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue