CI: Move verify-storybook command from grabpl (#59928)

* Move verify-storybook from grabpl

* Remove zerolog
This commit is contained in:
Dimitris Sotirakis
2022-12-07 09:56:15 +02:00
committed by GitHub
parent 440d8a3d88
commit 0801fce23c
4 changed files with 44 additions and 7 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ def build_storybook_step(ver_mode):
},
'commands': [
'yarn storybook:build',
'./bin/grabpl verify-storybook',
'./bin/build verify-storybook',
],
'when': get_trigger_storybook(ver_mode),
}