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",