Skip to content

Commit 9193ffa

Browse files
committed
fix: update native sdks now update plugin.xml
1 parent 2d49946 commit 9193ffa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scripts/npm/updateNativeSdk.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ main() {
126126
if [[ "$and_tag" != "false" ]]; then
127127
update_and
128128
fi
129+
130+
# update plugin.xml
131+
gulp prod
129132
}
130133

131134
options "$@"

0 commit comments

Comments
 (0)