Skip to content

Commit

Permalink
style: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Dec 3, 2024
1 parent fea7f1a commit 54fa959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 2 additions & 6 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 54fa959

Please sign in to comment.