Storybook build
This commit is contained in:
parent
2ba79fde26
commit
413abaef78
@ -1,2 +1,2 @@
|
||||
Command = "npm run build"
|
||||
Command = "npm run storybook-build"
|
||||
Publish = "dist"
|
||||
|
@ -270,5 +270,5 @@ FindBar.propTypes = {
|
||||
dispatch: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
export { FindBar }
|
||||
export { FindBar };
|
||||
export default connect()(FindBar);
|
||||
|
Loading…
x
Reference in New Issue
Block a user