diff --git a/Makefile b/Makefile index 8ed9b4f43..40aeb39b6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,16 @@ -all: superlinter +SPEC_GENERATOR_VER=v1.1.2 + + +all: website + +clean: + rm -rf ./out + +website: clean + npx spec-generator@$(SPEC_GENERATOR_VER) -c .config.json + +watch: clean + npx spec-generator@$(SPEC_GENERATOR_VER) -c .config.json -w superlinter: docker run --rm -e VALIDATE_ALL_CODEBASE=false -e RUN_LOCAL=true -e VALIDATE_MARKDOWN=true -e MARKDOWN_CONFIG_FILE=".markdownlint.json" -e LINTER_RULES_PATH="." -v $(shell pwd):/tmp/lint github/super-linter:v4