Skip to content

Commit c900237

Browse files
committed
chore: make website
Added make target for use in Fleek
1 parent b800d6a commit c900237

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Makefile

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
all: superlinter
1+
all: website
2+
3+
website: clean spec-generator
4+
5+
clean:
6+
rm -rf ./out
7+
8+
spec-generator:
9+
npx [email protected] -c .config.json -w
210

311
superlinter:
412
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

0 commit comments

Comments
 (0)