Run early campaign QA before shipping release

This commit is contained in:
2026-07-05 19:52:31 +09:00
parent c73acde659
commit 1710c96456

View File

@@ -3,6 +3,7 @@ import { spawnSync } from 'node:child_process';
const qaVersion = process.env.PUBLIC_QA_VERSION ?? makeQaVersion();
runPnpmScript('verify:local-release');
runPnpmScript('qa:early');
runPnpmScript('deploy:nas:dist');
runPnpmScript('verify:public-deploy', { PUBLIC_QA_VERSION: qaVersion });