init
This commit is contained in:
parent
d6fd7896ce
commit
3b45692ecc
@ -77,7 +77,7 @@ spec:
|
||||
for TARGET in "$@"; do
|
||||
SRC=$(echo "$SOURCES" | cut -d' ' -f1)
|
||||
SOURCES=$(echo "$SOURCES" | cut -s -d' ' -f2-)
|
||||
ls -al ${$SRC}
|
||||
ls -al ${SRC}
|
||||
echo "Importing: $SRC → $TARGET"
|
||||
npx nx import "$SRC" "$TARGET"
|
||||
echo "Updating version to $(params.version)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user