mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[LOCAL] Fix new release workflow script (2)
This commit is contained in:
@@ -185,7 +185,7 @@ async function main() {
|
||||
}
|
||||
|
||||
// $FlowFixMe[prop-missing]
|
||||
const useNewWorkflow: boolean = argv.useNewWorkflow;
|
||||
const useNewWorkflow /*: boolean */ = argv.useNewWorkflow;
|
||||
|
||||
// now check for unreleased packages
|
||||
if (!useNewWorkflow) {
|
||||
|
||||
Reference in New Issue
Block a user