Skip to content

Commit

Permalink
chore: fix prettier command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
reza-bm committed Dec 4, 2023
1 parent 59721b6 commit 1dff9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "eslint --fix --quiet .",
"prettier": "prettier --write ./components/detail/SwapSteps/SwapStepAddress.tsx",
"prettier": "prettier --write",
"prepare": "husky install",
"build:icons": "svgr svgs/resources/ --config-file svgs/configs/.svgrrc.default.cjs && prettier -w ./components/icons"
},
Expand Down

0 comments on commit 1dff9a0

Please sign in to comment.