fix: removed postinstall from root package.json

This commit is contained in:
John Yeo
2025-06-19 15:59:37 +01:00
parent 964a2c841d
commit 76dcd74e78
9 changed files with 31 additions and 19 deletions

14
.gitattributes vendored Normal file
View File

@@ -0,0 +1,14 @@
# Ensure shell scripts always use LF line endings
*.sh text eol=lf
# Ensure other common files use appropriate line endings
*.js text eol=lf
*.ts text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
# Docker files
Dockerfile* text eol=lf
docker-compose*.yml text eol=lf