Skip to content

Commit

Permalink
fix typo (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: JongHak Seo <[email protected]>
  • Loading branch information
wonkyDD and Jonghakseo authored Nov 4, 2023
1 parent 0988a9d commit 4373db9
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 @@ -19,7 +19,7 @@
"test": "jest",
"commitlint": "commitlint --edit",
"lint": "eslint src --ext .ts",
"lint:fix": "pnpm lint -- --fix",
"lint:fix": "pnpm lint --fix",
"prettier": "prettier . --write"
},
"type": "module",
Expand Down

0 comments on commit 4373db9

Please sign in to comment.