Skip to content

Commit

Permalink
chore(infra): fix typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
anshumanv committed Jun 5, 2019
1 parent 2a2e9a1 commit 98466d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -66,11 +66,11 @@
],
"*.ts": [
"npm run format:ts",
"got add"
"git add"
],
"*.js": [
"npm run format:js",
"got add"
"git add"
]
},
"jest": {
Expand Down

0 comments on commit 98466d6

Please sign in to comment.