This commit is contained in:
병준 박 2025-04-26 00:22:57 +00:00
parent 1c1aac9e45
commit f2e1ed539a

View File

@ -86,6 +86,10 @@ spec:
fi
cd -
# destination(monorepo) 변경사항 커밋 또는 리셋
git add .
git commit -m "auto-commit before nx import" || git reset --hard HEAD
echo "Importing: $SRC → $TARGET"
npx nx import "$SRC" "$TARGET"
echo "Updating version to $(params.version)"