Skip to content

Commit 98466d6

Browse files
committedJun 5, 2019
chore(infra): fix typo
fix typo
1 parent 2a2e9a1 commit 98466d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@
6666
],
6767
"*.ts": [
6868
"npm run format:ts",
69-
"got add"
69+
"git add"
7070
],
7171
"*.js": [
7272
"npm run format:js",
73-
"got add"
73+
"git add"
7474
]
7575
},
7676
"jest": {

0 commit comments

Comments
 (0)
Please sign in to comment.