From c2d5c3347390765b6d0876507e894ce120d467f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B8=D0=BC=D0=B8=D0=BD=20=D0=90=D1=80=D1=82=D0=B5?= =?UTF-8?q?=D0=BC=20=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=B8?= =?UTF-8?q?=D1=87?= <106737730+sanityFair@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:48:41 +0300 Subject: [PATCH] fix(arui-scipts): fix release.config.js --- packages/arui-scripts/release.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/arui-scripts/release.config.js b/packages/arui-scripts/release.config.js index 79e34838..b0ac484e 100644 --- a/packages/arui-scripts/release.config.js +++ b/packages/arui-scripts/release.config.js @@ -18,6 +18,7 @@ module.exports = { { name: '*/*', channel: betaChannelName, + // eslint-disable-next-line no-template-curly-in-string prerelease: '${name.replace(/[^0-9A-Za-z-]/g, "-")}', }, ],