feat(open-pr): allow open pull requests backporting

* [ISSUE-18] allow open pull requests backporting
This commit is contained in:
Andrea Lamparelli 2023-01-04 15:05:54 +01:00 committed by GitHub
parent ec18e04885
commit 710d79fff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 1203 additions and 1387 deletions

View file

@ -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