We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca56b0c commit b7d03eeCopy full SHA for b7d03ee
react-native-scripts/flyfile.js
@@ -19,5 +19,5 @@ export async function clean(fly) {
19
}
20
21
export async function publish(fly) {
22
- await fly.serial(['clear', 'babel']).shell('npm publish');
+ await fly.serial(['clean', 'babel']).shell('npm publish');
23
0 commit comments