chore: add detect-secrets deps

This commit is contained in:
Juan Picado @jotadeveloper
2019-09-29 18:33:04 +02:00
parent 7e6702c34b
commit 543877a077
3 changed files with 19 additions and 5 deletions

View File

@@ -26,14 +26,14 @@ We use `>=yarn@1.13.0`, keep on mind we use lock file.
For development run the following command, it will execute `webpack` and `verdaccio` to
```
```bash
yarn dev
```
The configuration file is located on `tools/_config.yaml`.
Run linting tooling and test to check your code is clean before commit.
```
```bash
yarn lint && yarn test
```