.PHONY: zip

zip:
	@echo "Building Chablyy AI plugin ZIP..."
	OUTPUT_DIR=build bash scripts/build-plugin-zip.sh
