Run early campaign QA before shipping release
This commit is contained in:
@@ -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 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user