Skip to content

Commit

Permalink
feat(DEV-22): update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hhimanshu committed Jun 30, 2021
1 parent 1ea7034 commit ecabd36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -5,6 +5,7 @@
- ESLint support
- Ability to collect code coverage via Jest
- Support for Storybook
- CI setup using GitHub Actions

### Commands
- `./setup.sh` to install dependencies.
Expand Down
5 changes: 1 addition & 4 deletions renovate.json
@@ -1,6 +1,3 @@
{
"extends": [
"config:base",
"schedule:quarterly"
]
"extends": ["config:base", "schedule:quarterly"]
}
4 changes: 2 additions & 2 deletions webpack.dev.js
Expand Up @@ -12,9 +12,9 @@ module.exports = merge(common, {
contentBase: './dist',
hot: true,
onListening: () => {
openBrowser(`http://${host}:${port}`)
openBrowser(`http://${host}:${port}`);
},
port,
host
host,
},
});

0 comments on commit ecabd36

Please sign in to comment.