init
This commit is contained in:
parent
1c1aac9e45
commit
f2e1ed539a
@ -86,6 +86,10 @@ spec:
|
|||||||
fi
|
fi
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
|
# destination(monorepo) 변경사항 커밋 또는 리셋
|
||||||
|
git add .
|
||||||
|
git commit -m "auto-commit before nx import" || git reset --hard HEAD
|
||||||
|
|
||||||
echo "Importing: $SRC → $TARGET"
|
echo "Importing: $SRC → $TARGET"
|
||||||
npx nx import "$SRC" "$TARGET"
|
npx nx import "$SRC" "$TARGET"
|
||||||
echo "Updating version to $(params.version)"
|
echo "Updating version to $(params.version)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user