chore(dev): add Makefile shortcuts for check/smoke lifecycle

This commit is contained in:
2026-02-25 12:54:05 +00:00
parent d2fc8c89dd
commit 16fdb6600a
2 changed files with 18 additions and 1 deletions

16
Makefile Normal file
View File

@@ -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