#!/bin/bash
set -e -x

rm -rf node_modules package-lock.json yarn.lock pnpm-lock.yaml

