Skip to content

Commit eaed4a7

Browse files
committed
Fix build:local after v7
1 parent ded0c5b commit eaed4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/createLocalPackage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npm run build
3333
# Package into a tar
3434
npm pack
3535
# Rename tar and move to Downloads
36-
mv react-native-ui-lib-5.0.0.tgz ~/Downloads/react-native-ui-lib.tgz
36+
mv react-native-ui-lib-7.0.0.tgz ~/Downloads/react-native-ui-lib.tgz
3737
# Clean ALL untracked files
3838
git clean -f
3939
git checkout package.json

0 commit comments

Comments
 (0)