summaryrefslogtreecommitdiff
path: root/scripts/clean.sh
blob: 1e5230875223cdf71250a1eccac0568ef1b1e457 (plain)
1
2
3
4
5
6
#!/bin/bash
set -euo pipefail

# remove npm install/build artifacts
rm -rf node_modules
npm run clean --workspaces