7 lines
111 B
Plaintext
Executable File
7 lines
111 B
Plaintext
Executable File
npm run pre-commit
|
|
python3 ./check_i18n.py
|
|
./check_deps.sh || (
|
|
npm update
|
|
mix deps.update --all
|
|
exit 1
|
|
) |