#!/bin/sh # We make this command run without printing to console, because if it does, it prevents `commit-msg` error to be shown when commiting # trough VS Code npm run --silent lint:fix exit 0