Skip to content

Commit b7d03ee

Browse files
committed
Fix fly typo.
1 parent ca56b0c commit b7d03ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-scripts/flyfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export async function clean(fly) {
1919
}
2020

2121
export async function publish(fly) {
22-
await fly.serial(['clear', 'babel']).shell('npm publish');
22+
await fly.serial(['clean', 'babel']).shell('npm publish');
2323
}

0 commit comments

Comments
 (0)