Inside the directory scripts
you can find:
build-checks.sh
Check if the build failsenforce-commit-message.sh
Based on a parameter it return error if the filename don't follow the rulesenforce-branch-name.sh
Based on current branch name it return error if the branch name don't follow the rulesrenormalize-line-endings.sh
It renormalize the line endings of the whole codebase after changing line endings in gitupdate-app-version.sh
It update the app version based on branch namescripts-permissions.sh
To give the executable permissions for husky and other scripts
Every script prepend at the echo message the name of the file between square for make easily understand from where is the log.
eg.: echo "[build-check] Your app build has one or more errors!"
- Normalize line endings: If from windows remember to save your current files in Git, so that none of your work is lost.