Skip to content

Commit

Permalink
chore: update package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jul 28, 2024
1 parent 240f5a8 commit 242c23b
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 @@ -34,7 +34,7 @@
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
"pretest": "npm run lint",
"test": "npm run test:coverage",
"prepare": "husky install && npm run build",
"prepare": "husky && npm run build",
"release": "standard-version"
},
"files": [
Expand Down

0 comments on commit 242c23b

Please sign in to comment.