From 54fa959597fd836f460651021295386527337f6d Mon Sep 17 00:00:00 2001 From: Arthur Green Date: Wed, 4 Dec 2024 00:41:57 +0400 Subject: [PATCH] style: fix format --- nx.json | 8 ++------ package.json | 3 ++- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/nx.json b/nx.json index feca1aa..9196086 100644 --- a/nx.json +++ b/nx.json @@ -2,15 +2,11 @@ "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "build": { - "outputs": [ - "{projectRoot}/dist" - ], + "outputs": ["{projectRoot}/dist"], "cache": true }, "build-storybook": { - "outputs": [ - "{projectRoot}/storybook-static" - ], + "outputs": ["{projectRoot}/storybook-static"], "cache": true } }, diff --git a/package.json b/package.json index c5b09b7..391f6fd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "build-typescript": "tsc -b", - "format:check": "prettier --check ." + "format:check": "prettier --check .", + "format:write": "prettier --write ." }, "repository": { "type": "git",