Closed Caleb-Ellis closed 6 years ago
.storybook/config.js
yarn lint
yarn test
./run serve --watch
Fixes #98
Starting demo at: http://vanilla-framework-react-pr-116.run.demo.haus/
@Caleb-Ellis looking good 👍
Done
.storybook/config.js
and not in every storyQA
yarn lint
and check there are no errorsyarn test
and ensure that all tests still pass./run serve --watch
and navigate to http://localhost:8102/Fixes
Fixes #98