@@ -0,0 +1,16 @@
.PHONY: check check-rules up down smoke
check:
cd plugin && npm run check
check-rules:
node scripts/validate-rules.mjs
up:
./scripts/dev-up.sh
down:
./scripts/dev-down.sh
smoke:
./scripts/smoke-no-reply-api.sh
The note is not visible to the blocked user.