mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-21 14:08:19 +02:00
feat(open-pr): allow open pull requests backporting
* [ISSUE-18] allow open pull requests backporting
This commit is contained in:
parent
ec18e04885
commit
710d79fff8
28 changed files with 1203 additions and 1387 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run lint && npm run build && git add dist
|
||||
npm run lint && npm run build && git add dist && rm -rf build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue