Skip to content

Commit

Permalink
style: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Jan 24, 2025
1 parent eb62f0f commit f1be718
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"test": "jest --detectOpenHandles",
"format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"*.ts\" ",
"prepublishOnly": "npm test",
"version": "npm run format && git add -A src",
"prepare": "husky"
"version": "npm run format && git add -A src"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f1be718

Please sign in to comment.