From 1c157088ac096ec225ec66566e0a6a16c9402d8e Mon Sep 17 00:00:00 2001 From: Rokoucha Date: Mon, 21 Sep 2020 05:02:07 +0900 Subject: [PATCH] fix: prettier check --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3feb1a..a98410f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "fix:prettier": "prettier --write \"./**/*.{md,json}\"", "fix": "npm-run-all fix:*", "lint:eslint": "eslint --ext ts,tsx ./src", - "lint:prettier": "prettier \"./**/*.{md,json}\"", + "lint:prettier": "prettier --check \"./**/*.{md,json}\"", "lint": "npm-run-all lint:*", "preinstall": "typesync || :", "prepublishOnly": "yarn run build",