#!/bin/bash
# Script for push git

yarn test:build
yarn build
yarn copy:build
yarn copy:style
git add .
git commit -m "make it better"
npm version patch
git push
npm publish