diff options
-rw-r--r-- | .release-it.cjs | 3 | ||||
-rw-r--r-- | AUTHORS.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.release-it.cjs b/.release-it.cjs index ff55b0ef1..d5d8ec921 100644 --- a/.release-it.cjs +++ b/.release-it.cjs @@ -34,6 +34,7 @@ module.exports = { tokenRef: "JQUERY_GITHUB_TOKEN" }, npm: { - publish: true + publish: true, + publishPath: "tmp/release/dist" } }; diff --git a/AUTHORS.txt b/AUTHORS.txt index 1ef119e02..73d14981c 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -373,3 +373,5 @@ Gabriela Gutierrez <gabigutierrez@google.com> Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> J.Son <x@x-wx.com> Liam James <liam@minimaximize.com> +ac-mmi <79802170+ac-mmi@users.noreply.github.com> +neogy-akash <AKASHNEOGY400@GMAIL.COM> |