add github workflow for chromatic storybook UI testing/reviewing
This commit is contained in:
+2
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user