add github workflow for chromatic storybook UI testing/reviewing

This commit is contained in:
nikek
2020-05-18 16:43:12 +02:00
parent 9e9d1c7fc8
commit f1dcd53038
2 changed files with 24 additions and 1 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
"release": "if [ \"$(git symbolic-ref --short HEAD)\" = master ]; then echo \"don't try to release master\"; exit 1; else lerna version --no-push; fi",
"lerna": "lerna",
"postinstall": "patch-package",
"storybook": "yarn workspace storybook start"
"storybook": "yarn workspace storybook start",
"build-storybook": "yarn workspace storybook build-storybook"
},
"workspaces": {
"packages": [