@@ -0,0 +1,8 @@
#!/bin/bash
for package in $(ls packages); do
./build_and_link.sh $package
npx onchange packages/$package -e '**/build/**' -k -- ./build_and_link.sh $package &
done
wait
The note is not visible to the blocked user.