@@ -0,0 +1,9 @@
#!/bin/bash
for package in $(ls packages); do
npx onchange packages/$package -e '**/dist/**' -k -- pnpm run --filter $package build &
done
echo "Watching for changes"
wait
The note is not visible to the blocked user.