Remove Storybook from configs

[MAILPOET-6110]
This commit is contained in:
Rostislav Wolny 2024-06-25 13:20:49 +02:00 committed by Jan Jakeš
parent 42d9ad5b4a
commit 261b50fe38
3 changed files with 0 additions and 7 deletions

1
mailpoet/.gitignore vendored
View File

@ -26,5 +26,4 @@ tasks/code_sniffer/vendor
tasks/phpstan/vendor
tasks/phpstan/_phpstan-wp-source.neon
/tools/vendor
/storybook-static
assets/js/src/newsletter-editor/behaviors/tinymce-icons.js

View File

@ -262,8 +262,6 @@ class RoboFile extends \Robo\Tasks {
'vendor',
'vendor-prefixed',
'RoboFile.php',
'.storybook',
'storybook-static',
]);
$headers = escapeshellarg(

View File

@ -1,4 +0,0 @@
{
"extends": "./tsconfig.json",
"include": ["./assets/js/src/**/_stories/*.tsx"]
}