Skip to content

Commit

Permalink
📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesantana authored Nov 17, 2019
1 parent e60894d commit 89bfb41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This is a template repository. So just use the template and once you have your r
"dev": "npm run build -- --watch & nodemon build/index.js",
"build": "npm run lint && tsc",
"lint": "xo",
"lint:fix": "npm run lint --fix",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test:tdd": "npm t --watch"
"test:tdd": "npm t -- --watch"
```

## Test config
Expand Down Expand Up @@ -53,4 +53,4 @@ This is a template repository. So just use the template and once you have your r
]
}
```
```

0 comments on commit 89bfb41

Please sign in to comment.