diff --git a/scripts/storybook-checker.ts b/scripts/storybook-checker.ts index f6db8c93..6d86321e 100644 --- a/scripts/storybook-checker.ts +++ b/scripts/storybook-checker.ts @@ -74,6 +74,6 @@ const basePath = '../apps/www/src/components/ui' | Name | Has story | Path | | :---- | :-------- | :----------- | | icons | false | ./svgs/icons | -`.replaceAll(/[\r\n]/gm, '
') +`.replaceAll(/[\r\n]/gm, '\\r\\n') ) })()