diff --git a/push.sh b/push.sh index 268b13a..af6cc26 100644 --- a/push.sh +++ b/push.sh @@ -8,6 +8,6 @@ else msg="$1" fi -cp "$root_dir/package-shared/types/*" "$root_dir/types/*" +cp "$root_dir/package-shared/types/*" "$root_dir/types/" git add . && git commit -m "$msg" && git push