Skip to content

Commit

Permalink
Merge pull request #834 from OneCommunityGlobal/diego_update_husky_pr…
Browse files Browse the repository at this point in the history
…eparation_script_name

Diego - build: updated husky preparation script for macos and linux users
  • Loading branch information
one-community authored Apr 3, 2024
2 parents 86f1f81 + 41088a3 commit b948137
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 @@ -16,7 +16,7 @@
"start": "node dist/server.js",
"dev": "nodemon --exec babel-node src/server.js",
"serve": "babel-node src/server.js",
"prepare": "husky install && chmod ug+x .husky/* && chmod ug+x .git/hooks/*"
"prepare-macos-linux": "husky install && chmod ug+x .husky/* && chmod ug+x .git/hooks/*"
},
"author": "AK",
"license": "ISC",
Expand Down

0 comments on commit b948137

Please sign in to comment.