Skip to content

Commit

Permalink
Merge pull request #39 from Boehringer-Ingelheim/feature/windows-comp…
Browse files Browse the repository at this point in the history
…atibility

chore(scripts): [prepare] remove obsolete chmod command and increase windows compatibility
  • Loading branch information
SimonGolms authored May 8, 2024
2 parents 6d4cdc4 + 8906e05 commit 6e9680b
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 @@ -21,7 +21,7 @@
],
"main": "base/index.js",
"scripts": {
"prepare": "husky && chmod ug+x .husky/*",
"prepare": "husky",
"release": "dotenv -- semantic-release --no-ci",
"release:ci": "semantic-release",
"repair": "npx --no rimraf .git/hooks node_modules package-lock.json && npm install"
Expand Down

0 comments on commit 6e9680b

Please sign in to comment.