From e09da6b5edd823358fb8ef99442dcdfa7c6473a5 Mon Sep 17 00:00:00 2001 From: dong Date: Tue, 8 May 2018 18:29:36 +0800 Subject: [PATCH] fix typo in package.json (#1454) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd562721..50762542 100755 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, "lint-staged": { "**/*.{js,jsx,less}": [ - "prettier --wirter", + "prettier --write", "git add" ], "**/*.{js,jsx}": "lint-staged:js", -- GitLab