fix(repo): do not publish bazel package

This commit is contained in:
Victor Savkin 2019-12-14 15:30:31 -05:00
parent f5b56fd41b
commit b794aa68a9

View File

@ -194,10 +194,10 @@ releaseIt(options)
return;
}
if (parsedArgs.nobazel) {
childProcess.execSync('rm -rf ./build/packages/bazel');
childProcess.execSync('rm -rf ./build/npm/bazel');
}
// if (parsedArgs.nobazel) {
childProcess.execSync('rm -rf ./build/packages/bazel');
childProcess.execSync('rm -rf ./build/npm/bazel');
// }
/**
* We always use either "latest" or "next" (i.e. no separate tags for alpha, beta etc)