fix(repo): change e2e tests to publish 9999.0.2 (#11591)

This commit is contained in:
Jason Jean 2022-08-15 08:06:09 -07:00 committed by GitHub
parent f930117ed6
commit 0a64415f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ async function buildPackagePublishAndCleanPorts() {
} }
async function updateVersionsAndPublishPackages() { async function updateVersionsAndPublishPackages() {
execSync(`yarn nx-release --local --canary`, { execSync(`yarn nx-release 9999.0.2 --local`, {
stdio: 'inherit', stdio: 'inherit',
}); });
} }