#!/bin/sh

npm run 'stylelint:precommit' && npm run 'jest:precommit' && npm run test
