From 5ed96b88c3a1b3427329425c419a261359dd394e Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Sat, 14 May 2022 09:32:33 +0530 Subject: [PATCH] style: pretty --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 40552fc..cc478d9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "test": "echo \"Error: no test specified\" && exit 1", "release": "standard-version", "preview": "standard-version --dry-run", - "push": "git push --follow-tags" + "push": "git push --follow-tags", + "format": "prettier --check ." }, "repository": { "type": "git",