This commit is contained in:
병준 박 2025-04-25 23:57:35 +00:00
parent bb00e052be
commit d6fd7896ce

View File

@ -77,6 +77,7 @@ spec:
for TARGET in "$@"; do
SRC=$(echo "$SOURCES" | cut -d' ' -f1)
SOURCES=$(echo "$SOURCES" | cut -s -d' ' -f2-)
ls -al ${$SRC}
echo "Importing: $SRC → $TARGET"
npx nx import "$SRC" "$TARGET"
echo "Updating version to $(params.version)"