#!/usr/bin/env bash
set -e
rm -rf node_modules
rm -rf package-lock.json
rm -rf dist
npm i