1 2 3 4 5 6
#!/bin/bash set -euo pipefail # remove npm install/build artifacts rm -rf node_modules npm run clean --workspaces