Skip to content

Commit

Permalink
chore: add git config in prepare script to keep EOL lf
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Jan 19, 2025
1 parent 9a403be commit 968a098
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 @@ -14,7 +14,7 @@
"scripts": {
"build": "node dev/scripts/script.mjs build",
"dev": "node dev/scripts/script.mjs server --no-min-bundle",
"prepare": "husky",
"prepare": "git config set core.autocrlf false && git config set core.eol lf && husky",
"script": "node dev/scripts/script.mjs",
"serve": "node dev/scripts/script.mjs server",
"test": "web-test-runner",
Expand Down

0 comments on commit 968a098

Please sign in to comment.