From 7993e44f50e29830ac905c56c200373212e80cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Mon, 6 May 2019 19:13:01 +0800 Subject: [PATCH] edit scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86ab06f1..23590f46 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "lint-staged": { "**/*.less": "stylelint --syntax less", "**/*.{js,ts,tsx,json,jsx,less}": [ - "node ./scripts/lint-prettier.js", + "node ./_scripts/lint-prettier.js", "git add" ], "**/*.{ts,tsx}": "npm run lint-staged:ts" -- GitLab