fix: keep dist after legacy has built
This commit is contained in:
parent
9c03746db7
commit
fcbd9fc1f0
@ -20,4 +20,10 @@ esac
|
||||
|
||||
mv dist "${DIST_NAME}"
|
||||
zip -rJ9 "${DIST_NAME}.zip" "${DIST_NAME}"
|
||||
|
||||
if [ "$1" == "legacy" ]; then
|
||||
# For upcoming extension build
|
||||
mv "${DIST_NAME}" dist
|
||||
else
|
||||
rm -rf "${DIST_NAME}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user