#!/bin/bash
yarn codecheck && yarn lint && yarn prettier && yarn i18n --fail-on-update
