#!/usr/bin/env bash set -x killall node killall yarn rm -rf ./**/*Zone.Identifier set -ex yarn fm:fix yarn tsc yarn build echo "done"